AWSCodeCommit: ReadOnly is available, but not FullAccess

I am trying to setup a Git Repo on an AWS Gov. Cloud by following these instructions.

As part of the instructions, I need to add Permissions “AWSCodeCommitFullControl” to a user. When I try to find the policy in “Filter Policies”, I can find AWSCodeCommitReadOnly, but not AWSCodeCommitFullAccess.

Because CodeCommitReadOnly is available, I’m confident that FullAccess must be as well. But it isn’t coming up in my searches.

enter image description here

Can you tell me why? and how to get FullAccess to CodeCommit?

Answer

You may be restricted by IAM Permissions Boundaries that restrict the policies you can assume or delegate to others. You’ll need to contact your account admin to change your Permissions boundaries to give you access to the AWSCodeCommitFullAccess policy.

Attribution
Source : Link , Question Author : abelenky , Answer Author : MLu

Leave a Comment