In the elastic beanstalk, I get the message 'Service: Amazon S3, Message: Forbidden'

0

My eb is currently on the docker platform and will read the Dockerrun.aws.json file on s3.

There is no problem when deploying from the web console, but deploying in the cli environment with the following command fails with the Service: Amazon S3, Message: Forbidden event log.

aws elasticbeanstalk update-environment --region [REGION] --environment-name [ENVIRONMENT_NAME] --version-label [VERSION_LABEL]

Also CloudTrail does not have any error code.. How can I fix it?

bae

Posted 2019-06-19T07:59:37.047

Reputation: 1

No answers