Skip to content

Commit ad8df6d

Browse files
author
AWS
committed
Amazon Route 53 Update: Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
1 parent 4a6eb3f commit ad8df6d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Route 53",
4+
"contributor": "",
5+
"description": "Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region."
6+
}

services/route53/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,8 @@
18011801
"us-isof-east-1",
18021802
"ap-southeast-7",
18031803
"ap-east-2",
1804-
"eu-isoe-west-1"
1804+
"eu-isoe-west-1",
1805+
"ap-southeast-6"
18051806
],
18061807
"max":64,
18071808
"min":1
@@ -5561,7 +5562,8 @@
55615562
"ap-southeast-7",
55625563
"us-gov-east-1",
55635564
"us-gov-west-1",
5564-
"ap-east-2"
5565+
"ap-east-2",
5566+
"ap-southeast-6"
55655567
],
55665568
"max":64,
55675569
"min":1
@@ -6206,7 +6208,7 @@
62066208
},
62076209
"Disabled":{
62086210
"shape":"Disabled",
6209-
"documentation":"<p>Stops Route 53 from performing health checks. When you disable a health check, here's what happens:</p> <ul> <li> <p> <b>Health checks that check the health of endpoints:</b> Route 53 stops submitting requests to your application, server, or other resource.</p> </li> <li> <p> <b>Calculated health checks:</b> Route 53 stops aggregating the status of the referenced health checks.</p> </li> <li> <p> <b>Health checks that monitor CloudWatch alarms:</b> Route 53 stops monitoring the corresponding CloudWatch metrics.</p> </li> </ul> <p>After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, Route 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-Inverted\">Inverted</a>. </p> <p>Charges for a health check still apply when the health check is disabled. For more information, see <a href=\"http://aws.amazon.com/route53/pricing/\">Amazon Route 53 Pricing</a>.</p>"
6211+
"documentation":"<p>Stops Route 53 from performing health checks. When you disable a health check, here's what happens:</p> <ul> <li> <p> <b>Health checks that check the health of endpoints:</b> Route 53 stops submitting requests to your application, server, or other resource.</p> </li> <li> <p> <b>Calculated health checks:</b> Route 53 stops aggregating the status of the referenced health checks.</p> </li> <li> <p> <b>Health checks that monitor CloudWatch alarms:</b> Route 53 stops monitoring the corresponding CloudWatch metrics.</p> </li> </ul> <p>After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, Route 53 continues to route traffic to the corresponding resources. Additionally, in disabled state, you can also invert the status of the health check to route traffic differently. For more information, see <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-Inverted\">Inverted</a>. </p> <p>Charges for a health check still apply when the health check is disabled. For more information, see <a href=\"http://aws.amazon.com/route53/pricing/\">Amazon Route 53 Pricing</a>.</p>"
62106212
},
62116213
"HealthThreshold":{
62126214
"shape":"HealthThreshold",
@@ -6446,7 +6448,8 @@
64466448
"us-isof-east-1",
64476449
"ap-southeast-7",
64486450
"ap-east-2",
6449-
"eu-isoe-west-1"
6451+
"eu-isoe-west-1",
6452+
"ap-southeast-6"
64506453
],
64516454
"max":64,
64526455
"min":1

0 commit comments

Comments
 (0)