What is AWS?
What is AWS
Cloud Provider which provides services and the server that can use On-Demand and Scale-Easily
The very best Cloud IAAS vender (2019)

History of AWS Cloud
- 2002 : Internally launched in Amazon.com ( cuz they realized it could be externalized )
- 2003 : Idea to market
- 2004 : Lunched publicly with SQS
- 2006 : Re-launced publicly with expanded features ( SQS, S3 & EC2 )
- 2007 : Launched in Europe
- And so on ( A lot of companies )
AWS Cloud Use Cases
- Build sophisticated, scalable applications
- Applicable to a diverse set of industries
- Use cases include
- Enterprise IT, Backup & Storage, Big Data analytics
- Website hosting, Mobile & Social Apps (Backend)
- Gaming
- Etc..
AWS Global Infrastructure

- 리전(Regions)
- 가용 영역 (Availability Zones)
- Data Centers
- Edge Locations : Points of Presence
Regions
- AWS Infrastructure components중 가장 상위 영역
- 물리적으로는 AWS Data center들의 Cluster임
- 대부분의 AWS service들은 Region-Scoped한 작동 방식을 가짐
- Sydney, Seoul, Singapore, Spain, Oregon, Ohio, London, Ireland 등의 지역이 존재
- us-east-2 (Ohio), eu-north-1 (Stockholm), ap-east-1 (Hong Kong) 등의 고유한 이름을 가짐
- 각 Region은 AWS Private Network를 통해 연결됨
Ex) AWS Region 선택 가이드
- Compliance(법률 준수) with data governance and legal requirements.
example : In france, data never leaves a physical region of the service area.
- Proximity to customers : (latency)
- Available services within a region : 어느 리전에서는 제공되지 않는 서비스가 있을 수 있음
- Pricing : 리전마다의 요금이 균일하지 않음
Availability Zones (AZ, 가용 영역)

- 각 Region 내에 일반적으로 2~6개 존재함 (일반적으로 3개 정도)
- Each AZ is one or more discrete data centers with redundant power, networking, and connectivity
- Each AZ is separated from each other : Fail safe (from disasters, etc,,,)
- High bandwidth, ultra-low latency networking으로 서로 연결되어 있음
Local Zones
Latency 단축을 위해 엣지에서 보다 가까운 곳에서 Hostable하도록 하는 것. 사용자와 지리적으로 가까운 리전의 확장으로, AWS 서비스를 최종 사용자에게 더 가깝게 배치합니다.
한국은 아직 Local zone이 없으므로 해당사항이 없지만, 미국의 경우는 서부, 동부, 중부를 효과적으로 연결하기 위해 로컬 영역을 활용하고 있습니다.
Edge Locations ( Points of Presence )
- 일종의 End Point와 비슷한 개념
- 42개국 84개의 도시에 200개가 넘는 PoP 존재.
- End user에게 low-latency로 Content를 Provide 하기 위해 존재함 ( Work as Cache Server )
Tour of the AWS Console
Global Services
- IAM : Identity and Access Management
- Route 53 ( DNS )
- CloudFront ( CDN )
- WAF ( Web Application Firewall)
Region-scoped(Most AWS Services)
- EC2 (IaaS)
- Elastic Beanstalk (PaaS)
- Lambda (Function aaS)
- Rekognition (SaaS)