/
Create IAM User through Instance profile
Create IAM User through Instance profile
Step-1
Create Admin role through this Instance profile - cloud formation template.
Go to Cloud formation → upload.
Step-2
Create EC2 instance and attach above admin role i.e.
Go to EC2 → identify EC2 instance → actions → attach role.
Step-3
Login to above EC2 instance, and create IAM User.
$ aws iam create-user --user-name s34jira
Step-4
Attach User policy
$ aws iam attach-user-policy --user-name s34jira --policy-arn arn:aws:iam::aws:policy/AmazonS3FullAccess
Step-5
Create Access keys
$ aws iam create-access-key --user-name s34jira
, multiple selections available,
Related content
Create IAM User with Lambda Permissions
Create IAM User with Lambda Permissions
More like this
Create IAM User through Console
Create IAM User through Console
More like this
Create IAM User for Amazon Codesuite
Create IAM User for Amazon Codesuite
More like this
Create IAM User for Amazon Codesuite for Jira (Cloud)
Create IAM User for Amazon Codesuite for Jira (Cloud)
More like this
Generate Elastic Cloud API Key
Generate Elastic Cloud API Key
More like this
Code Build Project Start Workflow Post Function
Code Build Project Start Workflow Post Function
More like this