From 847e85a13ef5905d02bb27e8095b0a753d9090c3 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Tue, 22 Nov 2016 10:51:10 +0800 Subject: [PATCH] Updated How to use Amazon Route53 API (textile) --- How-to-use-Amazon-Route53-API.textile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/How-to-use-Amazon-Route53-API.textile b/How-to-use-Amazon-Route53-API.textile index a58d306..275f4a5 100644 --- a/How-to-use-Amazon-Route53-API.textile +++ b/How-to-use-Amazon-Route53-API.textile @@ -5,6 +5,8 @@ In the user profile, click in Permissions, followed by Add Permissions Then click the 3rd icon "Attach existing policies directly" Click "Create Policy" and in the new window choose "Create Your Own Policy" Enter a name to your policy and paste the following + +```json { "Version": "2012-10-17", "Statement": [ @@ -22,6 +24,7 @@ Enter a name to your policy and paste the following } ] } +``` Validate the policy and Click Create. Apply the new policy to your new user.