swinton / aws-ecs-fargate-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-ecs-fargate-example

Setup

Create .envrc file following the example format in .envrc.example.

Usage

# Create cluster
./script/create-cluster.sh

# Create task definition
./script/create-task-definition.sh

# Create service
./script/create-service.sh

# List the Public IP address
./script/list-public-ip.sh

# Teardown the cluster
./script/teardown.sh

About

License:ISC License


Languages

Language:Shell 100.0%