Hi fellow AWS users 👋 I'm trying to rename an OU and found that I require some permissions, but no matter how I try to get it done (via both AWS managed and customer managed policies), I still can't rename the OU. This goes for both root and admin users. Here's what I did for the admin user:
First, since I'm doing the renaming via the Organizations console, I thought I'd only need the organizations:DescribeOrganization permission, so I simply attached the AWS managed policy which apparently allowed it (didn't work).
Then, I thought maybe I also need the organizations:UpdateOrganizationalUnit permission too after all, so I created a customer managed policy with both permissions and attached that policy instead (still didn't work).
Am I going about this permissions/policies thing incorrectly? Thank you for any leads!
Reference: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_ous.html#rename_ou
Use AWS Organizations to group and organize your AWS accounts. Organization units (OUs) enable you to treat a collection of accounts as a single entity for administration purposes.