简体   繁体   English

如何使用 Amazon Route 53 (CLI) 创建子域

[英]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 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?我可以使用 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 . Amazon Route 53 的 AWS CLI 命令文档可在以下位置获得: route53 — AWS CLI 命令参考

You would use:你会使用:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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