Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

440
Vistas
AWS Interactive Video Service - ivs.AccessDeniedException

I am following the AWS tutorial on how to set up the new video streaming product IVC https://docs.aws.amazon.com/ivs/latest/userguide/GSIVS.html

I set up a IAM user with the following permissions

{
   "Version": "2012-10-17",
   "Statement": [
      {
        "Effect": "Allow",
        "Action": [
          "ivs:CreateChannel"
        ],
        "Resource": "*"
      }
   ]
}

But when I try to create a channel with logged in as the above mentioned IAM user I get the error

ivs.AccessDeniedException: 
User: arn:aws:iam::532654645459:user/alex-iam is not authorized to perform: 
ivs:CreateChannel on resource: *

Am I missing something? Here are is screenshots for the policy setup.

policy setup for my IAM user

over 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

(OP here) The solution that worked for me was to change the policy to grant all permissions to IVS for IAM user as follows:

{
   "Version": "2012-10-17",
   "Statement": [
      {
        "Effect": "Allow",
        "Action": [
          "ivs:*"
        ],
        "Resource": "*"
      }
   ]
}

Everything worked fine afterward (create channels, list channels, view channels details).

over 4 years ago · Santiago Trujillo Denunciar

0

To deal with this issue, best is to reach out to AWS Support Center via “Account and billing support”. For details about the case, select “Account” for the Type and “Other Account Issues” for the Category. As for the subject and description, please provide as many details about the error as possible, such as the error code above.

What could also be helpful is to (especially on a fresh AWS account) is to spin up p/ launch an EC2 instance (Micro or whatever) and spin it back down. Try using IVS after that and see if that helped.

over 4 years ago · Santiago Trujillo Denunciar

0

What type of account are you using ( free tier, educate account)? In educate account IAM users do no have access to some services. This might be on of the issues.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda