Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 387 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 387 Bytes

aws-cheatsheet

Limit EC2 Instance Permissions to itself

ec2-self-management.policy.json

The AWS IAM condition key aws:ARN represents the target instance ARN.

Note

The condition key aws:ARN is an undocumented key and the AWS web console UI will mark the usage of aws:ARN as an error, but don't let that bother you, it still works.