Skip to content

Instantly share code, notes, and snippets.

@ShubhamRasal
Created December 6, 2020 09:38
Show Gist options
  • Save ShubhamRasal/d4a920358efbc3e372aa72302c828c25 to your computer and use it in GitHub Desktop.
Save ShubhamRasal/d4a920358efbc3e372aa72302c828c25 to your computer and use it in GitHub Desktop.
attach ssm policy to ec2 role
aws iam attach-role-policy --role-name aws-system-manager --policy-arn "arn:aws:iam::aws:policy/service-role/AmazonEC2RoleforSSM"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment