Created
June 15, 2021 20:58
-
-
Save tierra/070f97d2d0b9401c09eae1ef360a63a3 to your computer and use it in GitHub Desktop.
AWS Deployment Services
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Elastic Beanstalk (2011) | |
- EC2 / ASG based deployments | |
CloudFormation (2011) | |
- Designed for infrastructure management, but can be used for deployments too. | |
OpsWorks (2013) | |
- Infrastructure automation | |
CodeDeploy (2014) | |
- EC2 / ASG based deployments | |
Elastic Container Service (2015) | |
- Docker container apps | |
Lightsail (2016) | |
- Traditional VPS web apps (WordPress, phpBB, MediaWiki, etc) | |
CodeStar (2017) | |
- Continuous delivery pipelines for EC2 / Lambda apps. | |
Serverless Application Repository (2018) | |
- Lambda deployments | |
Elastic Kubernetes Service (2018) | |
- Open source industry standard container orchestration |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment