Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

STEP-1

Create Admin role through this Instance profile - cloud formation template.

https://bitbucket.org/scmenthusiast/scmenthusiast-utilities/src/master/s3-documents/InstanceProfileAdminRole.json

STEP-2

Create EC2 instance and attach above admin role

STEP-3

Login to above EC2 instance, and create IAM User.

$ aws iam create-user --user-name jira

STEP-4

Attach User policy

$ aws iam  attach-user-policy --user-name jira --policy-arn arn:aws:iam::aws:policy/AmazonS3FullAccess

STEP-5

Create Access keys

$ aws iam create-access-key --user-name jira
  • No labels