Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swinton/aws-ecs-fargate-example


https://github.com/swinton/aws-ecs-fargate-example

aws-ecs aws-ecs-cluster aws-ecs-task aws-fargate aws-fargate-application nginx

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# `aws-ecs-fargate-example`

## Setup

Create `.envrc` file following the example format in [`.envrc.example`](.envrc.example).

## Usage

```shell
# 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
```