내맘대로 Study/AWS의 모든것

[자격증] aws 기초 (Regions , Available Zone, Service)

jinkwon.kim 2021. 11. 24. 00:52
728x90
반응형

개요. 

aws의 기초에 대해서 설명 합니다.

 

주요 자료 

1. Regions and Availability Zones

    - https://aws.amazon.com/about-aws/global-infrastructure/regions_az/?nc1=h_ls 

 

글로벌 인프라 리전 및 가용 영역

Internet Explorer에 대한 AWS 지원이 07/31/2022에 종료됩니다. 지원되는 브라우저는 Chrome, Firefox, Edge 및 Safari입니다. 자세히 알아보기

aws.amazon.com

What is Regions?

1. AWS has Regions all round the world

2. Name can be us-east, eu-west-3

3. A Region is a cluster of data centers

4. Most AWS  services are region-scoped

 

How to choose an AWS Region?

1. Compliance with data governance  and legal requirements : data never leaves a region without your explicit
    permission

2. Proximity to customers: reduced latency

3. Available service within a Region: new  services and new features aren't available in every region

4. Pricing: pricing varies region to region and  is transparent in the service pricing page

 

Waht is Availability Zones?

1. Each region has many availability zones

    (usually 3, min is 2, max is 6) 

    - ap-southeast-2a

    - ap-southeast-2b

    - ap-southeast-2c

2. Each availablity zone (AZ) is one or more discrete data centers with redundant power, networking, and connectiviy

3. They're separate from each other, so that they're isolated from disasters

4. They're connected with high bandwidth, ultra-low latency networking

 

AWS service scope 구분.

1. AWS has Global Service

    - Identity and Access Management (IAM)

    - Route 53 (DNS Service)

    - CloudFront (Content Delivery Network)

    - WAF (Web Application Firewall)

2. Most AWS services are Region-scoped

    - Amazone EC2 (Infrastrucures as as Service)

    - Elastic Beanstalk (Platform as a Service)

    - Lambda (Function as a Service)

    - Rekognition (Software as a Service)

728x90
반응형