Tanut Apiwong
Results
2
comments of
Tanut Apiwong
The `AWS-elasticbeanstalk-ec2-role` does not have a permission to access s3 `mup-APPNAME/env`. We need to have an additional permission attaches to that role. Ref: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-instanceprofile.html
For those who stuck with `longEnvVars`, please check: 1. Go to IAM 2. Role 3. Select `aws-elasticbeanstalk-ec2-role` 4. Add permissions 5. Create inline policy 6. JSON ``` { "Version": "2012-10-17",...