Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Add AWS Fargate Support #29

Merged
merged 2 commits into from
Jan 20, 2018
Merged

Add AWS Fargate Support #29

merged 2 commits into from
Jan 20, 2018

Commits on Jan 19, 2018

  1. Add AWS Fargate support

    Support the Fargate launch type via a parameter in the CloudFormation
    template for launch type. If Amazon EC2 is specified, the template will
    continue to create an Auto Scaling group of EC2 instance. If AWS Fargate
    is specified, this will skipped and the service will specify FARGATE as
    the launch type.
    
    - Add service and update task definition for Fargate
    - Add a log group to assist in debugging for Fargate tasks
    - Convert vestigial embedded JSON into YAML
    - Update reference architecture diagrams
    - As we're no longer using Amazon S3 in CodePipeline, consolidate into a
      single bucket for templates
    - Update the README and minor cleanup
    jpignata committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    b283183 View commit details
    Browse the repository at this point in the history
  2. Update ECS Optimized AMI IDs from script

    - Adds a script in bin to generate this list by making DescribeImages
      call to each Region.
    jpignata committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    b49d9d8 View commit details
    Browse the repository at this point in the history