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?
Hello!
RépondreSupprimerWhat 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. :)
Hello!
RépondreSupprimerWhat 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. :)
Thanks, Revanth, that helped me out. No idea how we're supposed to figure this out on our own.
RépondreSupprimer