Skip to content

Instantly share code, notes, and snippets.

@tierra
Created June 15, 2021 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tierra/070f97d2d0b9401c09eae1ef360a63a3 to your computer and use it in GitHub Desktop.
Save tierra/070f97d2d0b9401c09eae1ef360a63a3 to your computer and use it in GitHub Desktop.
AWS Deployment Services
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