AWS

영슈·2023년 1월 23일
0

AWS

목록 보기
1/2

AWS란

Amazon Web Service ,
Amazon이 주관하는 Cloud Computing Service
대표적인 Service는 EC2, S3, RDS, Beanstalk 등이 있다.
유사한 Cloud Computing 으로는 Azure , GCP , Naver Cloud Platform이 있다.

On-premise VS Cloud Service

On-premise

  • Server를 자체 보유 전산실 Server에 직접 설치해 운영
  • 기업 내 Business 정보를 보안성 높게 관리할 수 있다.
  • 대신 , System 구축에 많은 시간과 비용이 들어간다.

Cloud Service

  • Internet으로 연결된 Data Center 에 SW 와 Content를 저장해 두고 필요할 때 마다 꺼내 쓸 수 있는 Service
  • 사용한 만큼만 비용 지불이 가능
  • Server에 부하가 발생 시 즉각적 확장 가능
  1. SaaS : Software-as-a-Service , 소프트웨어를 제공하는 Cloud ( Google Drive , N Drive , iCloud ... )
  2. IaaS : Infrastructure-as-a-Service , 인프라를 제공하는 Cloud ( EC2 , GCE )
  3. Paas : Platform-as-a-Service , Iaas 형태 가상화된 Cloud 위에 사용자가 원하는 Service 개발하도록 개발환경(Platform)을 미리 구축해 제공하는 Cloud ( Heroku , OpenShift , Beanstalk )

대표적 Service

EC2

  • Elastic Compute Cloud
  • resizable virtual private server(instance)
  • pre-configure with variety operating system & software

S3

  • Amazon Simple Storage Service
  • Storage data(key-value : Object) in Bucket
  • scalabillity, data availability, security, performance

RDS

  • Amazon Relational Database Service
  • Amazon Aurora, MySQL, MariaDB, Oracle, Microsoft SQL server
  • simple database tasks ( provisioning , patching , backup ) offer

Beanstalk

  • Amazon Elastic Beanstalk
  • full mangaed service with deploy & run
  • handle load balacning , auto-scaling , capacity provisioning

0개의 댓글