Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to rename an AWS customer IAM policy?

Tags:

I have created a custom IAM policy, now I'm trying to rename it but I cannot find an option for it. The policy was not attached to anything yet. Is it possible to rename it or should I create a new policy with the correct name and delete the old one?

like image 549
eze1981 Avatar asked Aug 09 '17 18:08

eze1981


1 Answers

No, you cannot rename your custom policy. Only alternative:

  • Copy policy
  • Create a new policy with the new name and paste the policy
  • Delete the old policy

enter image description here

like image 76
helloV Avatar answered Oct 01 '22 13:10

helloV