Skip to content

Commit 9c3b735

Browse files
author
AWS
committed
ARC - Region switch Update: Endpoint rule test and documentation update.
1 parent 5634a32 commit 9c3b735

File tree

3 files changed

+7
-97
lines changed

3 files changed

+7
-97
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": "ARC - Region switch",
4+
"contributor": "",
5+
"description": "Endpoint rule test and documentation update."
6+
}

services/arcregionswitch/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -94,102 +94,6 @@
9494
"UseFIPS": false
9595
}
9696
},
97-
{
98-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
99-
"expect": {
100-
"endpoint": {
101-
"url": "https://arc-region-switch-fips.us-iso-east-1.c2s.ic.gov"
102-
}
103-
},
104-
"params": {
105-
"Region": "us-iso-east-1",
106-
"UseFIPS": true
107-
}
108-
},
109-
{
110-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
111-
"expect": {
112-
"endpoint": {
113-
"url": "https://arc-region-switch.us-iso-east-1.c2s.ic.gov"
114-
}
115-
},
116-
"params": {
117-
"Region": "us-iso-east-1",
118-
"UseFIPS": false
119-
}
120-
},
121-
{
122-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
123-
"expect": {
124-
"endpoint": {
125-
"url": "https://arc-region-switch-fips.us-isob-east-1.sc2s.sgov.gov"
126-
}
127-
},
128-
"params": {
129-
"Region": "us-isob-east-1",
130-
"UseFIPS": true
131-
}
132-
},
133-
{
134-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
135-
"expect": {
136-
"endpoint": {
137-
"url": "https://arc-region-switch.us-isob-east-1.sc2s.sgov.gov"
138-
}
139-
},
140-
"params": {
141-
"Region": "us-isob-east-1",
142-
"UseFIPS": false
143-
}
144-
},
145-
{
146-
"documentation": "For region eu-isoe-west-1 with FIPS enabled and DualStack enabled",
147-
"expect": {
148-
"endpoint": {
149-
"url": "https://arc-region-switch-fips.eu-isoe-west-1.cloud.adc-e.uk"
150-
}
151-
},
152-
"params": {
153-
"Region": "eu-isoe-west-1",
154-
"UseFIPS": true
155-
}
156-
},
157-
{
158-
"documentation": "For region eu-isoe-west-1 with FIPS disabled and DualStack enabled",
159-
"expect": {
160-
"endpoint": {
161-
"url": "https://arc-region-switch.eu-isoe-west-1.cloud.adc-e.uk"
162-
}
163-
},
164-
"params": {
165-
"Region": "eu-isoe-west-1",
166-
"UseFIPS": false
167-
}
168-
},
169-
{
170-
"documentation": "For region us-isof-south-1 with FIPS enabled and DualStack enabled",
171-
"expect": {
172-
"endpoint": {
173-
"url": "https://arc-region-switch-fips.us-isof-south-1.csp.hci.ic.gov"
174-
}
175-
},
176-
"params": {
177-
"Region": "us-isof-south-1",
178-
"UseFIPS": true
179-
}
180-
},
181-
{
182-
"documentation": "For region us-isof-south-1 with FIPS disabled and DualStack enabled",
183-
"expect": {
184-
"endpoint": {
185-
"url": "https://arc-region-switch.us-isof-south-1.csp.hci.ic.gov"
186-
}
187-
},
188-
"params": {
189-
"Region": "us-isof-south-1",
190-
"UseFIPS": false
191-
}
192-
},
19397
{
19498
"documentation": "Missing region",
19599
"expect": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,5 +2642,5 @@
26422642
]
26432643
}
26442644
},
2645-
"documentation":"<p>Amazon Application Recovery Controller (ARC) Region switch helps you to quickly and reliably shift traffic away from an impaired Amazon Web Services Region to a healthy Region. With Region switch, you can create plans that define the steps to shift traffic for your application from one Amazon Web Services Region to another. You can test your plans in practice mode before using them in a real recovery scenario.</p> <p>Region switch provides a structured approach to multi-Region failover, helping you to meet your recovery time objectives (RTOs) and maintain business continuity during regional disruptions.</p>"
2645+
"documentation":"<p>Amazon Application Recovery Controller (ARC) Region switch helps you to quickly and reliably shift traffic away from an impaired Amazon Web Services Region to a healthy Region. With Region switch, you can create plans that define the steps to shift traffic for your application from one Amazon Web Services Region to another. You can test your plans in practice mode before using them in a real recovery scenario.</p> <p>Region switch provides a structured approach to multi-Region failover, helping you to meet your recovery time objectives (RTOs) and maintain business continuity during regional disruptions.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/r53recovery/latest/dg/region-switch.html\">Region switch in ARC</a> in the <i>Amazon Application Recovery Controller User Guide</i>.</p>"
26462646
}

0 commit comments

Comments
 (0)