https://github.com/wednesday-solutions/aws-copilot-node-demo
A repository showcasing how to set up an ECS cluster, service, and a task definition with support CD
https://github.com/wednesday-solutions/aws-copilot-node-demo
automation aws-copilot aws-ecs iac infrastructure-as-code
Last synced: 4 months ago
JSON representation
A repository showcasing how to set up an ECS cluster, service, and a task definition with support CD
- Host: GitHub
- URL: https://github.com/wednesday-solutions/aws-copilot-node-demo
- Owner: wednesday-solutions
- Created: 2021-10-06T12:02:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T17:03:22.000Z (almost 3 years ago)
- Last Synced: 2025-10-23T22:44:38.914Z (8 months ago)
- Topics: automation, aws-copilot, aws-ecs, iac, infrastructure-as-code
- Language: JavaScript
- Homepage: https://wednesday.is/building-products/?utm_source=github&utm_medium=aws-copilot-node-demo
- Size: 150 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Copilot Node Demo
---
---
## Jest coverage reports and github annotations
- [.github/workflows/repo-health.yml](.github/workflows/repo-health.yml#L36)
## Sonarcloud
- [.github/workflows/repo-health.yml](.github/workflows/repo-health.yml#L21)
## Back Merge
- [.github/workflows/back-merge-from-main.yml](.github/workflows/back-merge-from-main.yml#L17)
- [.github/workflows/back-merge-from-qa.yml](.github/workflows/back-merge-from-qa.yml#L15)
## Badge creation
- [.github/workflows/jest-badges.yml](.github/workflows/jest-badges.yml#L22)
## Usage
### Create infrastructure
```
./scripts/setup-ecs.sh demo qa
```
Make sure that the manifest.yml has http.path: '/'
```
http:
# Requests to this path will be forwarded to your service.
# To match all requests you can use the "/" path.
path: '/'
# You can specify a custom health check path. The default is "/".
# healthcheck: '/'
```
### Update infrastructure
```
./scripts/update-ecs.sh demo qa
```