https://github.com/michimani/hello-ecs
A sample that uses AWS Copilot to deploy a scheduled task to Amazon ECS. The sample app posts a message to Slack.
https://github.com/michimani/hello-ecs
amazon-ecs copilot
Last synced: 3 months ago
JSON representation
A sample that uses AWS Copilot to deploy a scheduled task to Amazon ECS. The sample app posts a message to Slack.
- Host: GitHub
- URL: https://github.com/michimani/hello-ecs
- Owner: michimani
- Created: 2021-01-23T04:28:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T12:22:08.000Z (about 1 year ago)
- Last Synced: 2025-01-04T15:57:15.432Z (5 months ago)
- Topics: amazon-ecs, copilot
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hello-ecs
---This repository is a collection of samples of applications running on ECS that provisioned by AWS Copilot.
## Usage
0. Install AWS Copilot
If your local machine's OS is macOS, install it using `brew` command.
```bash
brew install aws/tap/copilot-cli
```
In other OS case, please read AWS Copilot document.
[(Optional) Verify the installation - AWS Copilot CLI](https://aws.github.io/copilot-cli/docs/getting-started/verify/)
```bash
copilot version
```
```bash
version: v1.8.3, built for darwin
```1. Please execute it referring to the README of each application.
## Sample Apps
### [list-s3-buckets](https://github.com/michimani/hello-ecs/tree/master/list-s3-buckets)
A Load Balanced Web Service that returns list of S3 Bucket name in your AWS account.
### [message-to-slack](https://github.com/michimani/hello-ecs/tree/master/message-to-slack)
A scheduled task that posts a message to Slack.