aws config permission error

0

im trying to turn on aws config using an account with limited permissions.

For the IAM role for AWS Config I used the option 'Use an existing AWS Config service-linked role' and then I manually created a new S3 bucket with the permissions indicated here: https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html

When Im done configuring the rules, I choose Confirm and then the following error shows:

AWS Config cannot save your settings because of one of the following: The IAM role is updating in the system. Wait a moment and try again. AWS Config doesn't have sufficient permissions to send configuration information to the specified S3 bucket. Update the role or bucket permissions and try again.

The bucket seem to have the necessary permissions, what could be the problem? Im not finding this error message in internet

2 Answers
1
Accepted Answer

the default role created by the aws config didnt have the put permission to the s3 bucket, creating a new role with this permission solved the problem

ignacio
answered 24 days ago
profile picture
EXPERT
reviewed 23 days ago
profile picture
EXPERT
reviewed 24 days ago
0

AWS Config cannot save your settings because of one of the following: The IAM role is updating in the system. Wait a moment and try again. AWS Config doesn't have sufficient permissions to send configuration information to the specified S3 bucket. Update the role or bucket permissions and try it again.

answered 24 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions