List Indentation
Using JSON to Create a Policy
To use JSON, select the JSON tab on the Create Policy page and enter the following JSON:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"route53:Get*",
"route53:List*"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ec2:Describe*",
"Resource": "*"
}
]
}
Importing AWS Managed Policies
To import a policy, start by selecting the Import managed policy tab on the Create Policy page.
- Click Import Managed Policies, then click Search and enter the Policy name:
AmazonRoute53ReadOnlyAccess
<script></script>
Updated over 3 years ago