Updated How to use Amazon Route53 API (textile)

master
Tunghsiao Liu 2016-11-22 10:51:10 +08:00
parent 7dde3f4aa0
commit 847e85a13e
1 changed files with 3 additions and 0 deletions

@ -5,6 +5,8 @@ In the user profile, click in Permissions, followed by Add Permissions
Then click the 3rd icon "Attach existing policies directly" Then click the 3rd icon "Attach existing policies directly"
Click "Create Policy" and in the new window choose "Create Your Own Policy" Click "Create Policy" and in the new window choose "Create Your Own Policy"
Enter a name to your policy and paste the following Enter a name to your policy and paste the following
```json
{ {
"Version": "2012-10-17", "Version": "2012-10-17",
"Statement": [ "Statement": [
@ -22,6 +24,7 @@ Enter a name to your policy and paste the following
} }
] ]
} }
```
Validate the policy and Click Create. Validate the policy and Click Create.
Apply the new policy to your new user. Apply the new policy to your new user.