⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
rds
/
View File Name :
create-custom-availability-zone.rst
**To create a custom Availability Zone** The following ``create-custom-availability-zone`` example creates a custom Availability Zone. :: aws rds create-custom-availability-zone \ --custom-availability-zone-name test-custom-availability-zone \ --new-vpn-tunnel-name test-vpn-tunnel \ --vpn-tunnel-originator-ip 192.0.2.0 Output:: { "CustomAvailabilityZone": { "CustomAvailabilityZoneId": "rds-caz-EXAMPLE", "CustomAvailabilityZoneName": "test-custom-availability-zone", "CustomAvailabilityZoneStatus": "CREATING" } } For more information, see `Creating additional custom AZs in an AWS Region
`__ in the *Amazon RDS on VMware User Guide*.