IAM Role unable to apply lifecycle configuration

0

Hi team, I have an IAM Role and I have given below s3 permissions but it does not allow me to apply lifecycle configuration .There is no Deny statement in s3 bucket . Please share inputs on what could be issue here?

"s3:ListBucket", "s3:GetObject" "s3:PutBucketLifecycleConfiguration"

vinod
asked a month ago193 views
2 Answers
2
Accepted Answer

The correct permission is s3:PutLifecycleConfiguration. You can also refer below document for detail. https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html

Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity.

RR
answered a month ago
profile picture
EXPERT
reviewed a month ago
profile picture
EXPERT
reviewed a month ago
0

thanks for pointing to correct permission. it worked now.

vinod
answered a month 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