개요.
aws의 기초에 대해서 설명 합니다.
주요 자료
1. Regions and Availability Zones
- https://aws.amazon.com/about-aws/global-infrastructure/regions_az/?nc1=h_ls
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)
'내맘대로 Study > AWS의 모든것' 카테고리의 다른 글
[AWS] Cloudtail 과 CloudWatch 비교 (0) | 2022.02.24 |
---|---|
[자격증] aws 기초 (IAM & AWS CLI) (0) | 2021.11.25 |
[자격증] aws-certified-solutions-architect-associate-saa-c02 (0) | 2021.11.23 |
[실전 무료 AWS] 7. VPC 개념(Virtual Private Cloud) (0) | 2021.11.09 |
[실전 무료 AWS] 6. ELB (Elastic Load balancer) (2) | 2021.10.19 |