mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-03-23 18:30:09 +08:00
Updated How to use Amazon Route53 API (markdown => textile)
parent
fb1503b664
commit
512dc442e0
@ -1,25 +0,0 @@
|
||||
# TODO
|
||||
Follow http://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html to create a new user and obtain API keys
|
||||
Save the downloaded API keys to later use with acme.sh
|
||||
|
||||
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
|
||||
`{`
|
||||
`"Version": "2012-10-17",`
|
||||
`"Statement": [`
|
||||
`{`
|
||||
`"Effect": "Allow",`
|
||||
`"Action": [`
|
||||
`"route53:GetHostedZone",`
|
||||
`"route53:ListHostedZones",`
|
||||
`"route53:ListHostedZonesByName",`
|
||||
`"route53:GetHostedZoneCount",`
|
||||
`"route53:ChangeResourceRecordSets",`
|
||||
`"route53:ListResourceRecordSets"`
|
||||
`],`
|
||||
`"Resource": "*"`
|
||||
`}`
|
||||
`]`
|
||||
`}`
|
24
How-to-use-Amazon-Route53-API.textile
Normal file
24
How-to-use-Amazon-Route53-API.textile
Normal file
@ -0,0 +1,24 @@
|
||||
Follow http://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html to create a new user and obtain API keys
|
||||
Save the downloaded API keys to later use with acme.sh
|
||||
|
||||
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
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"route53:GetHostedZone",
|
||||
"route53:ListHostedZones",
|
||||
"route53:ListHostedZonesByName",
|
||||
"route53:GetHostedZoneCount",
|
||||
"route53:ChangeResourceRecordSets",
|
||||
"route53:ListResourceRecordSets"
|
||||
],
|
||||
"Resource": "*"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user