Difference between revisions of "Aws route53 create-hosted-zone"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/route53/create-hosted-zone.html
 
* https://awscli.amazonaws.com/v2/documentation/api/latest/reference/route53/create-hosted-zone.html
 +
 +
 +
[[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"
 +
 +
<pre>
 +
{
 +
    "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"
 +
        ]
 +
    }
 +
</pre>
 +
  
 
== See also ==
 
== See also ==
 
* {{aws route53}}
 
* {{aws route53}}
 +
 +
[[Category:AWS]]

Latest revision as of 10:02, 6 May 2022


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: