Created
December 6, 2020 09:29
-
-
Save ShubhamRasal/4ea9ace96dbd64bde3a10ca87b1c11dd to your computer and use it in GitHub Desktop.
command which creates new role
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws iam create-role --role-name aws-system-manager --assume-role-policy-document file://system-manager-role-policy.json --permissions-boundary "arn:aws:iam::aws:policy/service-role/AmazonEC2RoleforSSM" --tags "Key=name,Value=aws-system-manager" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment