lundi 9 mars 2015

How to provide authorization to IAM user to perform actions on ELASTICBEANSTALK application

I want to deploy an django application on AWS Elastic Beanstalk. I created an IAM user 'piyushsight' I installed EB console Upon performing command: EB init It asks for aaws key and ID. After that it ask for application I entered an application name and following error occurs:



ERROR: Operation Denied. User: arn:aws:iam::529057410147:user/piyushsight is not authorized to perform: elasticbeanstalk:CreateApplication on resource: arn:aws:elasticbeanstalk:us-west-2:529057410147:application/project


How to grant authorization to IAM user for elasticbeanstalk application?





3 commentaires:

  1. Hello!

    What you need to do is add a group and attach the AWSElasticBeanstalkFullAccess policy. Next you have to add your user piyushsight to the group. This option is available under the user properties. This worked for me. Hope it helps you. :)

    RépondreSupprimer
  2. Hello!

    What you need to do is add a group and attach the AWSElasticBeanstalkFullAccess policy. Next you have to add your user piyushsight to the group. This option is available under the user properties. This worked for me. Hope it helps you. :)

    RépondreSupprimer
  3. Thanks, Revanth, that helped me out. No idea how we're supposed to figure this out on our own.

    RépondreSupprimer