AWS CLI commands

You can create a hosted zone from the AWS CLI by using the create-hosted-zone sub-command of the route53 AWS CLI command. I will use a different domain this time:

aws route53 create-hosted-zone 
--name quizzercloud.com
--caller-reference 2018-28-11-11:55
--hosted-zone-config Comment="HostedZone for quizzercloud.com"
--profile admin

This command should immediately return a response, as follows; it might take some time for the changes to take effect:

This should be completed in a few minutes. You can get the hosted zone status or details by using the route53 get-hosted-zone command. You can also update the name servers in your domain registrar's control panel. It might take 24-72 hours for the DNS changes to be propagated.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.145.91.254