Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

439
Views
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 answers
Answer question

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 Report

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 Report

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!