zodern / mup-aws-beanstalk

Deploy Meteor apps to AWS Elastic Beanstalk using Meteor Up
127 stars 55 forks source link

IAM User: Access Denied #138

Closed KoenLav closed 3 years ago

KoenLav commented 3 years ago

I've provided the necessary permissions, but AWS returns AccessDenied:

AWSElasticBeanstalkFullAccess IAMFullAccess This is used to create the roles and Instance Profiles needed by Elastic Beanstalk. After the first deploy, you can replace it with IAMReadOnlyAccess AWSCertificateManagerFullAccess Used to create and manage SSL certificates for the app

Any pointers?

KoenLav commented 3 years ago

Fixed by granting AWS S3 permissions in addition to the permissions mentioned in the getting started guide.