Skip to content

Instantly share code, notes, and snippets.

@tierra
Created June 15, 2021 20:58
Show Gist options
  • Select an option

  • Save tierra/070f97d2d0b9401c09eae1ef360a63a3 to your computer and use it in GitHub Desktop.

Select an option

Save tierra/070f97d2d0b9401c09eae1ef360a63a3 to your computer and use it in GitHub Desktop.

Revisions

  1. tierra created this gist Jun 15, 2021.
    26 changes: 26 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    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