1 Answer
- Newest
- Most votes
- Most comments
3
To resolve this issue, you should update the IAM role (aws-elasticbeanstalk-ec2-role) to include the necessary permissions. You can do this by attaching a policy that grants the elasticbeanstalk:PutInstanceStatistics permission for the required resources
answered 8 months ago
Relevant content
- asked 9 months ago
- asked 4 years ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 17 days ago
- AWS OFFICIALUpdated 5 months ago
- AWS OFFICIALUpdated a year ago
What policy grants the
elasticbeanstalk:PutInstanceStatistics
permission? Do I have to create one?I've created a "custom"
CustomAWSElasticBeanstalkPutInstanceStatistics
policy, and it works!Is this the correct way?