An agricultural technology company is designing a smart farming platform on AWS. The architect wants to ensure that the application is highly available and resilient to localized physical disasters, while also complying with regional data residency regulations.
Which of the following statements correctly describe how the company should leverage AWS Global Infrastructure components? (Select TWO.)
- An Availability Zone consists of one or more discrete data centers with redundant power, networking, and connectivity within an AWS Region.Cevap
- Deploying the application across multiple Availability Zones in a single AWS Region protects against localized failures such as fires or power outages.Cevap
- CAn Availability Zone is a geographic area that contains multiple AWS Regions connected by high-speed fiber-optic networks.
- DEach AWS Region automatically replicates all customer data to at least one other Region to ensure compliance with data sovereignty laws.
- EAll Availability Zones inside a given AWS Region share the same physical infrastructure and power grid to reduce deployment latency.
Cevap
An Availability Zone consists of one or more discrete data centers with redundant power, networking, and connectivity within an AWS Region, and deploying the application across multiple Availability Zones in a single AWS Region protects against localized failures such as fires or power outages.
The correct options state that an Availability Zone consists of one or more discrete data centers with redundant power, networking, and connectivity in an AWS Region, and that deploying across multiple Availability Zones protects against localized failures. This aligns with the physical architecture of AWS, where AZs are physically isolated partitions of a Region, designed to run production applications that require high availability and fault tolerance.
Adım Adım Çözüm
Anahtar Kavram
AWS Global Infrastructure, specifically the relationship, physical isolation, and deployment benefits of AWS Regions and Availability Zones.