Difference between revisions of "AWS Availability Zone (AZ)"
Jump to navigation
Jump to search
(23 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | An [[Availability Zone (AZ)]] is one or more discrete data centers with redundant power, [[networking]], and connectivity in an AWS Region. | + | * https://aws.amazon.com/about-aws/global-infrastructure/regions_az/ |
+ | An [[Availability Zone (AZ)]] is one or more discrete data centers with redundant power, [[networking]], and connectivity in an [[AWS Region]]. | ||
* https://aws.amazon.com/about-aws/global-infrastructure/regions_az/ | * https://aws.amazon.com/about-aws/global-infrastructure/regions_az/ | ||
* <code>[[aws ec2 describe-availability-zones]]</code> | * <code>[[aws ec2 describe-availability-zones]]</code> | ||
* <code>[[aws ec2 describe-instances]] | grep AvailabilityZone</code> | * <code>[[aws ec2 describe-instances]] | grep AvailabilityZone</code> | ||
+ | * <code>[[aws rds describe-db-instances]] | grep [[MultiAZ]]</code> | ||
== Related terms == | == Related terms == | ||
− | * [[ | + | * [[AWS region]]: <code>[[us-east-1d]]</code> |
− | * [[Multi AZ]]: <code>[[aws rds describe-db-instances]]</code> | + | * [[Multi-AZ]]: <code>[[aws rds describe-db-instances]] | grep MultiAZ</code> |
* [[Resource Groups]] | * [[Resource Groups]] | ||
+ | * <code>[[aws ec2 describe-subnets]]</code> | ||
+ | [[Terraform]] | ||
+ | * [[Terraform: availability zone]] | ||
* <code>[[availability_zone]]</code> [[Terraform]] <code>[[aws_instance]]</code> | * <code>[[availability_zone]]</code> [[Terraform]] <code>[[aws_instance]]</code> | ||
+ | * <code>[[multi_az]]</code> in [[Terraform]] <code>[[aws_db_instance]]</code> | ||
+ | * [[AWS partition]] | ||
+ | * <code>[[Invalid length for parameter]]</code> | ||
+ | * [[EBS]] [[replication|replicated]] within its Availability Zone | ||
+ | * [[Resilience in Amazon EKS]] | ||
+ | * [[data.]] | ||
+ | |||
+ | == Activities == | ||
+ | * Best practices for converting a [[Single-AZ]] Amazon RDS instance to a Multi-AZ instance: https://aws.amazon.com/blogs/database/best-practices-for-converting-a-single-az-amazon-rds-instance-to-a-multi-az-instance/ | ||
== See also == | == See also == | ||
* {{AZ}} | * {{AZ}} | ||
* {{AWS terms}} | * {{AWS terms}} | ||
− | |||
− | |||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 11:15, 25 October 2024
An Availability Zone (AZ) is one or more discrete data centers with redundant power, networking, and connectivity in an AWS Region.
aws ec2 describe-availability-zones
aws ec2 describe-instances | grep AvailabilityZone
aws rds describe-db-instances | grep MultiAZ
Related terms[edit]
- AWS region:
us-east-1d
- Multi-AZ:
aws rds describe-db-instances | grep MultiAZ
- Resource Groups
aws ec2 describe-subnets
- Terraform: availability zone
availability_zone
Terraformaws_instance
multi_az
in Terraformaws_db_instance
- AWS partition
Invalid length for parameter
- EBS replicated within its Availability Zone
- Resilience in Amazon EKS
- data.
Activities[edit]
- Best practices for converting a Single-AZ Amazon RDS instance to a Multi-AZ instance: https://aws.amazon.com/blogs/database/best-practices-for-converting-a-single-az-amazon-rds-instance-to-a-multi-az-instance/
See also[edit]
Advertising: