-
AWS Region 과 Availability Zone카테고리 없음 2023. 3. 25. 03:15
AWS Regions are physical locations around the world where Amazon clusters data centers for
application and service delivery in AWS Availability Zone. Each AWS Region has multiple, isolated
locations known as Availability Zones. Each AWS Region consists of a minimum of three, isolated, and
physically separate AZs within a geographic area.When choosing an AWS region, you should consider several factors such as latency, compliance
requirements, and cost.
Latency: It is best to choose a region that is geographically closer to your users, as this reduces network
latency and can improve application performance.
Compliance Requirements: Certain regulations may require that you store data within a specific
geographic region. In cases, you should choose a region that meets those requirements.
Cost: Different regions may have different pricing structure, and the cost of certain services may vary
depending on the region. For example, data transfer costs may be higher in some regions than others.
AWS Availability Zone (AZ) is a data center within an AWS region that is isolated from other data
centers in the same region in terms of power, networking, and connectivity. Each AZ has redundant
power, cooling, and networking infrastructure to provide high availability and fault tolerance.When you deploy your application and services in an AWS region, it is recommended to distribute them across multiple availability zones to ensure high availability(1) and fault tolerance(2).
*** 참고로 나는 AWS 실습과정 동안 us-east-1 region 을 선택하여 사용할 예정이다.
1. With regard to AWS, a system has high availability when it has 99.999% uptime.
2. the ability of a system (computer, network, cloud cluster, etc.) to continue operating without interruption when one or more of its components fails.
------------------------------------------------------------------------------------------------------------------------------------------
정리하자면, AWS Regions 은 Amazon 에서 여러나라에 분산해 놓은 실제 인프라(시설)라고 생각하면
될꺼같다. 사용자는 리젼을 고르기에 있어서 지연속도, 준수요건 (지역마다의 정책), 그리고
비용을 고려해서 선택해야된다. 즉 사용자가 많은 지역에 리젼을 고르면 네트워크 속도 측면에서
이점을 갖을수 있을것이다. 또한 회사가 필요한 데이터마다 각 region 에서의 정책이 다를 수
있으니 이것도 고려사항이 될수도 있다. 그리고 마지막으로 비용이다. 지역마다 AWS 에서
제공하는 서비스도 차이가 있고 또한 비용또한 지역마다 차이가 있다. 주로 이 세가지의
고려사항에 따라 회사에서 적합한 region 을 선택해야된다.
AWS 가용영역, 리젼을 선택후 그 리젼마다 사용할수 있는 가용 영역이 있다. AWS 리젼이 큰
빌딩이라면, AWS 가용영역은 그 빌딩안에 있는 실제 데이터 센터라고 생각하면 된다. AWS
가용영역은 AWS 리젼안에 있고, 단 하나의 리전은 반드시 2개 이상의 가용영역이 필요하다. 이
가용영역은 서로물리적으로 떨어져 있어야 한다. 가용영역은 리젼마다 사용할수 있는
범위가 다르다. (2개에서 많게는 6개까지 가능). 이러한 AWS 가용영역은 물리적인 자연재해로 인해
장애가 발생시 빠르게 조치할수 있는 장점이 있다. (고가용성(3) , 결함 허용성(4) )
3. 오랜 시간 지속하여 사용할 수 있는 시스템
4. 정전이나 하드웨어의 장애 발생시, 데이터가 분실되거나 진행 중인 작업이 훼손되는 사태가 일어나지 않도록 대응하는 능력.