AWS Cloud Bootcamp/AWS Cloud Career Talk

비즈니스 로직 개발부터 클라우드 환경 배포까지_AWS의 다양한 서비스들

hjhjhj0028 2022. 5. 25. 19:20

발표자 : NRISE 변준석 백엔드 엔지니어님

 

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html

 

What is AWS Elastic Beanstalk? - AWS Elastic Beanstalk

What is AWS Elastic Beanstalk? Amazon Web Services (AWS) comprises over one hundred services, each of which exposes an area of functionality. While the variety of services offers flexibility for how you want to manage your AWS infrastructure, it can be cha

docs.aws.amazon.com

 

[EC2]

인터넷에 떠있는 가상머신에 개발한 서버 코드를 실행시키면? 

public IP 할당(Elastic IP)

 

예상보다 유저 수가 많아짐 -> EC2 여러개 사용

로드 밸런서로 여러 EC2 서버에 설치된 서버 이용 가능

but 언제 터질지 모름, 비효율적임

 

autoscale

 

[Elastic Beanstalk]

what is PasS? 

Elastic Beanstalk는 코드를 업로드하기만 하면 로드 밸런싱, auto scaling부터 애플리케이션 상태 모니터링까지 배포 자동 처리

추가 비용 없이 애플리케이션 저장 및 실행하는데 필요한 aws 리소스만 알면 됨

로드밸런서 + ec2 + auto scaling 등 통합해서 쉽게 사용 가능한 PasS 플랫폼

 

[Elastic Container Service]

컨테이너 하나를 사용, 고도로 안전하고 안정적

 

[Elastic Kubernetes Service]

컨테이너를 쉽고 빠르게 배포/확장하고 관리를 자동화해주는 오픈소스 플랫폼

생각할 수 있는 모든 것이 다 만들어져 있는 에코 시스템

 

 

 

+ Serverless

 

 

BIG