Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/swinton/aws-ecs-fargate-example
- Owner: swinton
- License: isc
- Created: 2019-10-22T22:12:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T15:19:03.000Z (about 5 years ago)
- Last Synced: 2024-10-30T15:54:47.120Z (about 2 months ago)
- Topics: aws-ecs, aws-ecs-cluster, aws-ecs-task, aws-fargate, aws-fargate-application, nginx
- Language: Shell
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```