简体   繁体   中英

How to create subdomain using Amazon Route 53 (CLI)

I trying make the aws-cli function to make subdomain using Amazon Route 53. Please read this: https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/CreatingNewSubdomain.html

Can I create the subdomain using aws-cli?

If someone know about it, please help me. If you have any quesetion, you can.

Thank you

Documentation for AWS CLI commands for Amazon Route 53 are available at: route53 — AWS CLI Command Reference .

You would use:

  • create-hosted-zone
  • change-resource-record-sets

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM