Skip to content

Instantly share code, notes, and snippets.

@jasondewitt
Created January 13, 2017 23:09
Show Gist options
  • Save jasondewitt/da03612d88b8ce06363a23f6e63dd430 to your computer and use it in GitHub Desktop.
Save jasondewitt/da03612d88b8ce06363a23f6e63dd430 to your computer and use it in GitHub Desktop.
iam for kops user
Some notes from a new cluster with a manual IAM group and user:
Navigate to the IAM home page after logging onto the console
Click the Groups link on the left tab and then click Create New Group
Set Group Name: to kops and then click Next Step
Attach the following policies and then click Next Step:
AmazonEC2FullAccess
AmazonRoute53FullAccess
AmazonS3FullAccess
IAMFullAccess
AmazonVPCFullAccess
Click Create Group
Click the Users link on the left tab and then click Add user
Set User name to kops
Select Access type Programmatic access
Click Next: Permissions
Select the kops Group and click Next: Review
Click Create user
Click on Download .csv
Run aws configure
Run aws iam list-users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment