Skip to content

Diff of ElasticBeanstalk

Changes between revision 0 - and revision 1 - add ElasticBeanstalk
--- ElasticBeanstalk
+++ ElasticBeanstalk
@@ -1,1 +1,12 @@
+= ElasticBeanstalk
 
+
+== AWS Elastic Beanstalk
+ - https://docs.aws.amazon.com/ko_kr/elasticbeanstalk/latest/dg/Welcome.html
+
+
+나중에 정리하기
+
+AWS Linux2 부터는 Procfile에 설정 커맨드들을 추가할 수 있음.
+그런데 Environment properties에 추가한 환경변수들을 사용할 수 없음.
+그래서 sh 파일을 생성하여 사용해야함.