13

I'm following a course on AWS Beanstalk that might be out of date. In IAM Management Console a user is added and one of the existing policies attached directly is AWSElasticBeanstalkFullAccess, which I cannot find while filtering policies myself.

Has this changed name? How can I find it or an equivalent?

uber
  • 4,163
  • 5
  • 26
  • 55

1 Answers1

21

AWSElasticBeanstalkFullAccess was a managed IAM policy by AWS. They are now transitioning towards a new policy which is called AdministratorAccess-AWSElasticBeanstalk. Its not completely the same policy. If needed to follow along with your tutorial you could create the old AWSElasticBeanstalkFullAccess again. I would first try to use AdministratorAccess-AWSElasticBeanstalk.

If you want to read about the transition you can do that here:

Previously, Elastic Beanstalk supported two other managed user policies, AWSElasticBeanstalkFullAccess and AWSElasticBeanstalkReadOnlyAccess. We plan on retiring these previous policies. You might still be able to see and use them in the IAM console. Nevertheless, we recommend that you transition to using the new managed user policies, and add custom policies to grant permissions to custom resources, if you have any.

You can use the waybackmachine to copy over the old policy if needed

Max Visser
  • 577
  • 4
  • 10