Skip to content

Instantly share code, notes, and snippets.

@LeeHanYeong
Created July 1, 2019 07:49
Show Gist options
  • Save LeeHanYeong/cdebfb7c9602e09657508db26777d9f4 to your computer and use it in GitHub Desktop.
Save LeeHanYeong/cdebfb7c9602e09657508db26777d9f4 to your computer and use it in GitHub Desktop.
EB Deploy에서 오래걸리는 부분
# 6분넘게 소요
[2019-07-01T07:24:41.454Z] INFO [2733] - [Application update app-2675-190701_162312-stage-190701_162312@7/AppDeployStage1/AppDeployEnactHook/01flip.sh] : Starting activity...
[2019-07-01T07:32:58.304Z] INFO [2733] - [Application update app-2675-190701_162312-stage-190701_162312@7/AppDeployStage1/AppDeployEnactHook/01flip.sh] : Completed activity. Result:
nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/sites-enabled/elasticbeanstalk-nginx-docker-proxy.conf:11
Stopping nginx: [ OK ]
Starting nginx: nginx: [warn] duplicate MIME type "text/html" in /etc/nginx/sites-enabled/elasticbeanstalk-nginx-docker-proxy.conf:11
[ OK ]
cat: /var/app/current/Dockerrun.aws.json: No such file or directory
/opt/elasticbeanstalk/hooks/common.sh: line 98: [: 1: unary operator expected
iptables: Saving firewall rules to /etc/sysconfig/iptables: [ OK ]
Stopping current app container: ee7f79c4c04e...
eb-docker stop/waiting
ee7f79c4c04e
Untagged: aws_beanstalk/current-app:latest
Deleted: sha256:c9dacba992a08c8df4b115f28eaa25873669720537684fbd35f2d01f5d7131fc
Deleted: sha256:9890d66670475cb62c9906d380a5b1df43c0e7ee271cd699bda32f1e854e2051
Deleted: sha256:bc5cc3c2c7549abbb17be0acc90e30ced02add639e0d3e58d25bbc56ef589bc1
Deleted: sha256:de630d5870c3da1d4ee1e8f89cdcbc8215bdf36b3dfd12a47220cefa5709dac0
Deleted: sha256:54ec03eb0ac5783ab069031683284b06cb1ba2a55969f0363a303a8cb5bd54ad
Deleted: sha256:e24843967cc3d63ead544e1ce78c87e9158a2b08f19777c8943c6b9cebf29f97
Deleted: sha256:e63383e4b2027e3948683da0ab43d26448ed6f9a9bca1508a83c75de5ed7c382
Deleted: sha256:8e451cb910cc3f59bbb82d5daf1bca7aec500d8b259bdceb22accc79cc3b0dcf
Deleted: sha256:ed2f697cf87b459ebceebe0ffccb51d857afa714652752ae5438b6d5eef5b350
Deleted: sha256:ba117832f60d8edb2a781304f0b62dee96b08da8759b227c1b91e6690b3f544f
Deleted: sha256:442e2c7364ca3d42c11b769f6b19b7eb135d41fc9c5843b39aab3613d3438f7b
Deleted: sha256:2cecb4fa3a5bd552e07b9bebebe8184255a8f3022cb1634142971cbf3de69014
Deleted: sha256:834a1b1f62c25edbdb0c177d27738b34fbb878bb4d953fea844726870e29c04a
Deleted: sha256:ee13ba3235c2f62bf9ccfc94576f731bc52bd54b591681e2491fcccaf2c3f033
Deleted: sha256:f0de362745e9d05669d9abc651492810ef0054487ef168d3c95c76a467b22a50
Deleted: sha256:a11cb23c4c7e0e9f46f254c15ba09945d6de32d64a7a0ee24d08e1e12a487842
Deleted: sha256:8308c1d30bc54ebc1830887532f21ba94e6491989fb6db5f0ff62164aede12f0
Deleted: sha256:c09af4431a9c323b94d63e7139d4c96f7d2bc262f2b5f6e74c4811077bcc53a4
Deleted: sha256:28919621324907e851181d2eb93c12240188448094639fb74516ad7193b78659
Making STAGING app container current...
Untagged: aws_beanstalk/staging-app:latest
eb-docker start/running, process 5218
Docker container 913d67accc82 is running aws_beanstalk/current-app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment