AWS IAM Policies
Setting IAM policies
IAM policies define permissions for an action regardless of the method that you use to perform the operation.
User IAM Policy
Describe what a user IAM policy is here and when to use it
Admin IAM Policy
Describe what an admin IAM policy is here and when to use it
Example IAM Policy
For more fine-grained control, you can set IAM policies. The following example sets a managed policy that limits the EC2 instance types to only several t2 and t3 instances. Note the use of the pipe symbol |
to indicate that a multi-line JSON policy will follow.
Update your AWS account by entering the following pin the IAM policy field:
Last updated
Was this helpful?