[컴] AWS Elastic Beanstalk

AWS Elastic Beanstalk

elastic beanstalk 는 docker와 kubernetes 가 합해진 존재 정도로 보면 될 듯. 조금 다른 점이 있다면, docker 는 스스로 container 라는 가상환경을 만들어서 설정하지만, elastic beanstalk 는 그 가상환경이 우리가 아는 ec2 등 aws 의 service 들인 것이다.

참고로 docker 를 beanstalk environment 에 넣을 수도 있다.

Configuring Elastic Beanstalk environments (advanced)

application source code 에 .ebextensions 폴더를 이용해서 environment 에 대한 설정을 할 수 있다.

.ebextensions 은 AWS Elastic Beanstalk configuration files

sections

환경설정

CLI 설치 및 eb deploy 사용

See Also

  1. elasticbeanstalk 에서 nodejs server application 배포하기 (ts file)

Reference

  1. amazon web services - what is difference between commands and container commands in elasticbean talk - Stack Overflow  

댓글 없음:

댓글 쓰기