1

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?

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940
abelenky
  • 113
  • 4
  • Strange, AWSCodeCommitFullAccess is [documented](https://docs.aws.amazon.com/codecommit/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#managed-policies) to exist. You may wish to contact GovCloud customer support. – Michael Hampton Dec 27 '18 at 20:21
  • @abelenky If the response below answered your question please upvote and accept it. That's the ServerFault way of saying Thanks :) – MLu Feb 19 '19 at 20:49
  • @MLu: Check my profile: I have nearly 50,000 on S.E. I understand how it works; but that answer did not solve my problem. – abelenky Feb 19 '19 at 21:06
  • @abelenky No offence mate! :) I didn't hear back, how could I know if it helped or not? Never mind, I'm sure you have solved it in the meantime. – MLu Feb 19 '19 at 21:11

1 Answers1

1

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.

MLu
  • 23,798
  • 5
  • 54
  • 81