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: about 1 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T15:19:03.000Z (over 6 years ago)
- Last Synced: 2025-04-05T02:14:51.449Z (about 1 year 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: 2
- 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
```