Skip to content

Set of CloudFormations to deploy a docker image using ECS + Fargate.

Notifications You must be signed in to change notification settings

aramirez-es/aws-sceptre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Sceptre

It creates:

  • A VPC with public subnets.
  • ECS Cluster with a Load Balancer.

Requirements

  • pip

How to Install

$ pip install -r requirements.txt

How to run

First, export AWS_SECRET_KEY_ID and AWS_SECRET_ACCESS_KEY or AWS_PROFILE, then execute:

$ sceptre --var "docker_image=nginx:1.15" launch-env prod

About

Set of CloudFormations to deploy a docker image using ECS + Fargate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published