KenF bc71da905f NEW: Initial commit
Terraform modules for AWS Zonal Shift demo
2025-05-17 22:10:34 +08:00
2025-05-17 22:10:34 +08:00
2025-05-17 22:10:34 +08:00
2025-05-17 22:10:34 +08:00
2025-05-17 22:10:34 +08:00
2025-05-17 22:10:34 +08:00
2025-05-17 22:10:34 +08:00
2025-05-17 22:10:34 +08:00
2025-05-17 22:10:34 +08:00
2025-05-17 22:10:34 +08:00

ZonelShiftLab

Deploy VPC, Subnet, Ec2, NLB for testing Zonal Shift

Description

When zonel shift is initiated, the paused AZ will stop responding after 1-2 minutes After cancelling a zonal shift, wait for DNS TTL to expire and the resumed AZ should start responding.

To initiate / cancel zonal shift:

aws arc-zonal-shift start-zonal-shift \
  --resource-identifier <RESOURCE_ARN> \
  --away-from <AZ_ID> \
  --expires-in <DURATION eg 30m> \
  --comment AzFailoverTest 

aws arc-zonal-shift cancel-zonal-shift --zonal-shift-id <SHIFT_ID>
S
Description
AWS Zonal Shift Lab
Readme 37 KiB
Languages
HCL 99%
Shell 1%