aws route53 create-hosted-zone
Jump to navigation
Jump to search
aws route53 create-hosted-zone --caller-reference your_uniq_string --name YOURDOMAIN.COM
aws route53 create-hosted-zone --name example.com --caller-reference 2014-04-01-18:47 --hosted-zone-config Comment="command-line version"
{
"Location": "https://route53.amazonaws.com/2013-04-01/hostedzone/XXXXVCUW",
"HostedZone": {
"Id": "/hostedzone/XXXXX72513939ZGTXUYBVCUW",
"Name": "293903531442.you_domain.",
"CallerReference": "first_attempt_my_uniq_string",
"Config": {
"PrivateZone": false
},
"ResourceRecordSetCount": 2
},
"ChangeInfo": {
"Id": "/change/C08830761R4RP922LS81P",
"Status": "PENDING",
"SubmittedAt": "2022-05-06T10:00:05.289000+00:00"
},
"DelegationSet": {
"NameServers": [
"ns-203.awsdns-25.com",
"ns-1330.awsdns-38.org",
"ns-1619.awsdns-10.co.uk",
"ns-641.awsdns-16.net"
]
}
See also[edit]
Advertising: