Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS Beanstalk - Coggle Diagram
AWS Beanstalk
-
All at once
PROS: quick dev, no additional cost
-
Rolling (update few instance - bucket,
run below capacity)
-
CONS: both version run, long deploy
-
Immutable
(new ASG, deploy,
then swap, DELETE old)
PROS: zero downtime, longest deploy
CONS: high code, quick rollback (when fail), great for prod
-
-
Component
Application (env, version, config)
-
-
-
-
Extensions
.ebextensions/; yaml / json,
-
-
-
-
-
-