Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the description of custom AWS IAM policy?

I have a custom policy in AWS IAM. I would like to change its description, not its name. How can I do that?

I've tried editing the policy, but that only changes how it works (e.g., assigning privileges). I don't see how to change the description.

like image 823
LexH Avatar asked Dec 16 '25 14:12

LexH


1 Answers

From CreatePolicy documentation:

Description: A friendly description of the policy.

The policy description is immutable. After a value is assigned, it cannot be changed.

Therefore, you'll need to delete it and recreate it to modify the Description.

like image 72
John Rotenstein Avatar answered Dec 19 '25 15:12

John Rotenstein



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!