I deployed Node.js Project to the AWS Elastic Beanstalk. I created the user and role in the IAM.
Role is aws-elasticbeanstalk-ec2-role and it has these following policies :
[ AdministratorAccess, AmazonS3FullAccess, AWSElasticBeanstalkMulticontainerDocker, AWSElasticBeanstalkWebTier, AWSElasticBeanstalkWorkerTier ]
User also has these polices as well.
And added this role to the EC2 instance profile.
Here are the env properties
:AWS_ACCESS_KEY_ID, AWS_REGION, AWS_SECRET_ACCESS_KEY, MONGO_URI, S3_BUCKET_NAME, SECRET_KEY
After I created environment, there was an WARNING like the image.
Health is Degraded.
This is so urgent issue so hope you help me asap! Thanks.
James Franzo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.