AWS IAM Policies
Last updated
Was this helpful?
Last updated
Was this helpful?
IAM policies define permissions for an action regardless of the method that you use to perform the operation.
—
Describe what a user IAM policy is here and when to use it
Describe what an admin IAM policy is here and when to use it
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:
See on the AWS docs site for more information.