- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
alias_target
Type: STRUCT
Provider name: AliasTarget
Description: Alias resource record sets only: Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to. If you’re creating resource records sets for a private hosted zone, note the following:
dns_name
STRING
DNSName
regionalDomainName
.distributionDomainName
. This is the name of the associated CloudFront distribution, such as da1b2c3d4e5.cloudfront.net
.api.example.com
.vpce-123456789abcdef01-example-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com
. For edge-optimized APIs, this is the domain name for the corresponding CloudFront distribution. You can get the value of DnsName
using the CLI command describe-vpc-endpoints.my-environment.us-west-2.elasticbeanstalk.com
is a regionalized domain name. CNAME
attribute for the environment. You can use the following methods to get the value of the CNAME attribute:DescribeEnvironments
action to get the value of the CNAME
attribute. For more information, see DescribeEnvironments in the Elastic Beanstalk API Reference.describe-environments
command to get the value of the CNAME
attribute. For more information, see describe-environments in the CLI Command Reference.DescribeLoadBalancers
to get the value of DNSName
. For more information, see the applicable guide:describe-load-balancers
to get the value of DNSName
. For more information, see the applicable guide:s3-website.us-east-2.amazonaws.com
. For more information about valid values, see the table Amazon S3 Website Endpoints in the Amazon Web Services General Reference. For more information about using S3 buckets for websites, see Getting Started with Amazon Route 53 in the Amazon Route 53 Developer Guide.Name
element for a resource record set in the current hosted zone. Type
is CNAME
. This is because the alias record must have the same type as the record that you’re routing traffic to, and creating a CNAME record for the zone apex isn’t supported even for an alias record.evaluate_target_health
BOOLEAN
EvaluateTargetHealth
EvaluateTargetHealth
is true
, an alias resource record set inherits the health of the referenced Amazon Web Services resource, such as an ELB load balancer or another resource record set in the hosted zone. Note the following:EvaluateTargetHealth
to true
when the alias target is a CloudFront distribution.DNSName
and the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth
to true
and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other available resources that are healthy, if any. If the environment contains a single Amazon EC2 instance, there are no special requirements.DNSName
, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If you set EvaluateTargetHealth
to true
and either no EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other resources.EvaluateTargetHealth
to true
, Route 53 routes queries to the load balancer based on the health of the target groups that are associated with the load balancer:EvaluateTargetHealth
to true
when the alias target is an S3 bucket.DNSName
is a record or a group of records (for example, a group of weighted records) but is not another alias record, we recommend that you associate a health check with all of the records in the alias target. For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.hosted_zone_id
STRING
HostedZoneId
regionalHostedZoneId
.distributionHostedZoneId
.HostedZoneId
using the CLI command describe-vpc-endpoints.Z2FDTNDATAQYW2
. DescribeLoadBalancers
to get the applicable value. For more information, see the applicable guide:CanonicalHostedZoneNameId
.CanonicalHostedZoneId
.describe-load-balancers
to get the applicable value. For more information, see the applicable guide:CanonicalHostedZoneNameId
.CanonicalHostedZoneId
.Z2BJ6XQ5FK7U4H
.cidr_routing_config
Type: STRUCT
Provider name: CidrRoutingConfig
collection_id
STRING
CollectionId
location_name
STRING
LocationName
failover
Type: STRING
Provider name: Failover
Description: Failover resource record sets only: To configure failover, you add the Failover
element to two resource record sets. For one resource record set, you specify PRIMARY
as the value for Failover
; for the other resource record set, you specify SECONDARY
. In addition, you include the HealthCheckId
element and specify the health check that you want Amazon Route 53 to perform for each resource record set. Except where noted, the following failover behaviors assume that you have included the HealthCheckId
element in both resource record sets:
HealthCheckId
element for the secondary resource record set, and if the primary resource record set is unhealthy, Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.Name
and Type
elements as failover resource record sets. For failover alias resource record sets, you must also include the EvaluateTargetHealth
element and set the value to true. For more information about configuring failover for Route 53, see the following topics in the Amazon Route 53 Developer Guide:geo_location
Type: STRUCT
Provider name: GeoLocation
Description: Geolocation resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of 192.0.2.111
, create a resource record set with a Type
of A
and a ContinentCode
of AF
. If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource. You can’t create two geolocation resource record sets that specify the same geographic location. The value in the
CountryCode
element matches all geographic locations that aren’t specified in other geolocation resource record sets that have the same values for the Name
and Type
elements. CountryCode
is . Two groups of queries are routed to the resource that you specify in this record: queries that come from locations for which you haven’t created geolocation resource record sets and queries from IP addresses that aren’t mapped to a location. If you don’t create a
*
resource record set, Route 53 returns a “no answer” response for queries from those locations. Name
and Type
elements as geolocation resource record sets.
continent_code
STRING
ContinentCode
ContinentCode
with either CountryCode
or SubdivisionCode
returns an InvalidInput
error.country_code
STRING
CountryCode
subdivision_code
STRING
SubdivisionCode
SubdivisionCode
. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website. If you specify subdivisioncode
, you must also specify US
for CountryCode
.geo_proximity_location
Type: STRUCT
Provider name: GeoProximityLocation
Description: GeoproximityLocation resource record sets only: A complex type that lets you control how Route 53 responds to DNS queries based on the geographic origin of the query and your resources.
aws_region
STRING
AWSRegion
bias
INT32
Bias
Bias
to change the size of the geographic region, specify the applicable value for the bias:coordinates
STRUCT
Coordinates
latitude
STRING
Latitude
longitude
STRING
Longitude
local_zone_group
STRING
LocalZoneGroup
us-east-1-bue-1a
the Local Zone Group is us-east-1-bue-1
. You can identify the Local Zones Group for a specific Local Zone by using the describe-availability-zones CLI command: This command returns: “GroupName”: “us-west-2-den-1”
, specifying that the Local Zone us-west-2-den-1a
belongs to the Local Zone Group us-west-2-den-1
.health_check_id
Type: STRING
Provider name: HealthCheckId
Description: If you want Amazon Route 53 to return this resource record set in response to a DNS query only when the status of a health check is healthy, include the HealthCheckId
element and specify the ID of the applicable health check. Route 53 determines whether a resource record set is healthy based on one of the following:
Value
element. When you add a HealthCheckId
element to a resource record set, Route 53 checks the health of the endpoint that you specified in the health check. HealthCheckId
is useful only when Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Route 53 to base the choice in part on the status of a health check. Configuring health checks makes sense only in the following configurations:EvaluateTargetHealth
to true for an alias resource record set in a group of resource record sets that have the same routing policy, name, and type (such as multiple weighted records named www.example.com with a type of A).
for CountryCode
is
, which applies to all locations. If the endpoint for the state resource record set is unhealthy, Route 53 checks for healthy resource record sets in the following order until it finds a resource record set for which the endpoint is healthy:HTTP
server that is serving content for www.example.com
. For the value of FullyQualifiedDomainName
, specify the domain name of the server (such as us-east-2-www.example.com
), not the name of the resource record sets (www.example.com
). FullyQualifiedDomainName
as the name of a resource record set.multi_value_answer
Type: BOOLEAN
Provider name: MultiValueAnswer
Description: Multivalue answer resource record sets only: To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify true
for MultiValueAnswer
. Note the following:
name
Type: STRING
Provider name: Name
Description: For ChangeResourceRecordSets
requests, the name of the record that you want to create, update, or delete. For ListResourceRecordSets
responses, the name of a record in the specified hosted zone. ChangeResourceRecordSets Only Enter a fully qualified domain name, for example, www.example.com
. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 assumes that the domain name that you specify is fully qualified. This means that Route 53 treats www.example.com
(without a trailing dot) and www.example.com.
(with a trailing dot) as identical. For information about how to specify characters other than a-z
, 0-9
, and -
(hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide. You can use the asterisk () wildcard to replace the leftmost label in a domain name, for example, .example.com. Note the following:
prod.example.com
or prod.example.com
.region
Type: STRING
Provider name: Region
Description: Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this resource record set refers to. The resource typically is an Amazon Web Services resource, such as an EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type. When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 Region. Route 53 then returns the value that is associated with the selected resource record set. Note the following:
ResourceRecord
per latency resource record set.Name
and Type
elements as latency resource record sets.resource_record_set_arn
Type: STRING
resource_records
Type: UNORDERED_LIST_STRUCT
Provider name: ResourceRecords
Description: Information about the resource records to act upon. ResourceRecords
.
value
STRING
Value
DELETE
action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value
for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. You can specify more than one value for all record types except CNAME
and SOA
. Value
.set_identifier
Type: STRING
Provider name: SetIdentifier
Description: Resource record sets that have a routing policy other than simple: An identifier that differentiates among multiple resource record sets that have the same combination of name and type, such as multiple weighted resource record sets named acme.example.com that have a type of A. In a group of resource record sets that have the same name and type, the value of SetIdentifier
must be unique for each resource record set. For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.
tags
Type: UNORDERED_LIST_STRING
traffic_policy_instance_id
Type: STRING
Provider name: TrafficPolicyInstanceId
Description: When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set. TrafficPolicyInstanceId
is the ID of the traffic policy instance that Route 53 created this resource record set for. DeleteTrafficPolicyInstance
. Route 53 will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets
, Route 53 doesn’t automatically delete the traffic policy instance, and you’ll continue to be charged for it even though it’s no longer in use.
ttl
Type: INT64
Provider name: TTL
Description: The resource record cache time to live (TTL), in seconds. Note the following:
TTL
. Amazon Route 53 uses the value of TTL
for the alias target.HealthCheckId
element), we recommend that you specify a TTL
of 60 seconds or less so clients respond quickly to changes in health status.TTL
.TTL
of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight
.type
Type: STRING
Provider name: Type
Description: The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide. Valid values for basic resource record sets: A
| AAAA
| CAA
| CNAME
| DS
|MX
| NAPTR
| NS
| PTR
| SOA
| SPF
| SRV
| TXT
Values for weighted, latency, geolocation, and failover resource record sets: A
| AAAA
| CAA
| CNAME
| MX
| NAPTR
| PTR
| SPF
| SRV
| TXT
. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group. Valid values for multivalue answer resource record sets: A
| AAAA
| MX
| NAPTR
| PTR
| SPF
| SRV
| TXT
Type
is SPF
. RFC 7208, Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1, has been updated to say, “…[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it.” In RFC 7208, see section 14.1, The SPF DNS Record Type.
A
A
If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of A
and one with a value of AAAA
.A
A
| AAAA
A
A
NS
and SOA
. Type
is CNAME
. This is because the alias record must have the same type as the record you’re routing traffic to, and creating a CNAME record for the zone apex isn’t supported even for an alias record.weight
Type: INT64
Provider name: Weight
Description: Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Route 53 then responds to queries based on the ratio of a resource’s weight to the total. Note the following:
Weight
element for every weighted resource record set.ResourceRecord
per weighted resource record set.Name
and Type
elements as weighted resource record sets.Name
and Type
elements.Weight
to 0
for a resource record set, Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight
to 0
for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability. The effect of setting Weight
to 0
is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.