Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

223
Visualizações
Access Denied error AWS Transcription Node JS API

I am using AWS transcription API on Node JS with following code

const tClient = new TranscribeClient({
        region: "us-east-1",
        credentials: {
            accessKeyId: AWS_ID,
            secretAccessKey: SECRET,
        }
    });

    const params = {
        TranscriptionJobName: "firstjob",
        LanguageCode: "en-US", // For example, 'en-US'
        MediaFormat: "m4a", // For example, 'wav'
        Media: {
          MediaFileUri: "https://transcribe-demo.s3-REGION.amazonaws.com/hello_world.m4a",
       
        },
      };

     const run = async () => {
        try {
          const data = await tClient.send(
            new StartTranscriptionJobCommand(params)
          );
          console.log("Success - put", data);
          return data; // For unit tests.
        } catch (err) {
          console.log("Error", err);
        }
    };
    run();

But I am getting following error, I have checked all the permissions and access keys are correct . I am unable to understand error reason.

AccessDeniedException: User: arn:aws:iam::494240200407:user/demno_system is not authorized to perform: transcribe:StartTranscriptionJob on resource: arn:aws:transcribe:us-east-1:494240200407:transcription-job/firstjob because no permissions boundary allows the transcribe:StartTranscriptionJob action

Any inputs are appreciated.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

As stated in the error message, you have a permission boundary that doesn't allow this action. The fact that you added the required policy to the user has no effect, since the access is limited by the permission boundary. You need to edit the user's permission boundary to allow this.

Refer to the documentation.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda