일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- EKS
- AWS
- IAC
- Kubernetes
- 자바스크립트
- asgi
- Django
- kernel
- Deployment
- terraform
- POD
- dockerfile
- YAML
- ansible
- EC2
- asyncio
- event loop
- FastAPI
- leetcode
- Python
- elasticsearch
- WSGI
- 쿠버네티스
- IAM
- Service
- intervals
- docker
- ebs
- github
- K8S
- Today
- Total
궁금한게 많은 개발자 노트
[ AWS ] Cloud Overview 본문
[ AWS Regions ]
AWS region은 us-eats-1, eu-west-3 ...과 같이 표기되며, 대부분AWS service들은 region-scoped
application을 launching할 때 region을 선택하는 기준 몇가지
1. Compliance with data governance and legal
지역의 데이터 관리 방법과 법을 확인해야 함
2. Proxmity to customers: reduced latency
너무 먼 지역의 AWS service를 이용한다면 지연이 발생할 수 있음
3. Avaliable services within a region: new service and new features aren't avaliable in every region
모든 서비스들이 모든 지역에서 서비스될 수 없을 수 있으므로, region과 서비스 가능 지역을 잘 확인해야 함
4. Pricing : pricing varies region to region and is transparent in the service pricing page
region마다 요금 지불 방식이 다를 수 있으니 application을 배포하거나 AWS service를 사용할 때 적절한 선택 필요
[ AWS avalability zones & Data Centers ]
Each region has many availability zones.
Each availability zone (AZ) is one or more discrete data centers with redundant power, networking, and connectivity
They’re connected with high bandwidth, ultra-low latency networking
[ AWS Edge Locations / Point of Presense ]
Amazon has 216 Points of Presence (205 Edge Locations & 11 Regional Caches) in 84 cities across 42 countries
Content is delivered to end users with lower latency
[ AWS Console ]
AWS has Global Services:
• Identity and Access Management (IAM)
• Route 53 (DNS service)
• CloudFront (Content Delivery Network)
• WAF (Web Application Firewall)
Most AWS services are Region-scoped:
• Amazon EC2 (Infrastructure as a Service)
• Elastic Beanstalk (Platform as a Service)
• Lambda (Function as a Service)
• Rekognition (Software as a Service)
#AWS에서 선택하는 service에 따라 보이는 화면의 region이 변경될 수 있음 (global/region-scoped)
'DevOps' 카테고리의 다른 글
[ AWS ] EC2 Security Groups (0) | 2022.10.12 |
---|---|
[ AWS ] EC2 Instance basic (0) | 2022.10.09 |
[ AWS ] IAM Permissions (0) | 2022.10.07 |
[ AWS ] Cloud Computing (0) | 2022.10.03 |
Github Action (0) | 2022.04.14 |