← 返回命令列表

Linux command

aws-route53 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List all hosted zones

aws route53 list-hosted-zones

Get details

aws route53 get-hosted-zone --id [/hostedzone/ZONE_ID]

List DNS records

aws route53 list-resource-record-sets --hosted-zone-id [ZONE_ID]

Create a new hosted zone

aws route53 create-hosted-zone --name [example.com] --caller-reference [unique-string]

Test a DNS answer

aws route53 test-dns-answer --hosted-zone-id [ZONE_ID] --record-name [www.example.com] --record-type [A]

List all health checks

aws route53 list-health-checks

说明

aws route53 is the AWS CLI interface for Amazon Route 53, a highly available and scalable Domain Name System (DNS) web service. It provides commands for domain registration, DNS routing configuration, and health checking of resources. Route 53 connects user requests to infrastructure running in AWS (such as EC2 instances, Elastic Load Balancers, or S3 buckets) and can also route users to infrastructure outside of AWS. The service offers DNS failover, geolocation routing, latency-based routing, and weighted round-robin routing.

FAQ

What is the aws-route53 command used for?

aws route53 is the AWS CLI interface for Amazon Route 53, a highly available and scalable Domain Name System (DNS) web service. It provides commands for domain registration, DNS routing configuration, and health checking of resources. Route 53 connects user requests to infrastructure running in AWS (such as EC2 instances, Elastic Load Balancers, or S3 buckets) and can also route users to infrastructure outside of AWS. The service offers DNS failover, geolocation routing, latency-based routing, and weighted round-robin routing.

How do I run a basic aws-route53 example?

Run `aws route53 list-hosted-zones` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more aws-route53 examples?

This page includes 6 examples for aws-route53, plus related commands for nearby Linux tasks.