bcgov / bcgov/cloud-pathfinder
Change Containers Sample Application from Spot Instances
- Dominant language
- Jinja
- Stars
- 2
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the Issue**
Some teams who have used our containers sample application to build their web applications have experienced issues in production. The reason was deemed to be that we're using Fargate Spot instances in the sample application. While this is good for cost savings, it is not good for production.
**Additional Context**
https://github.com/bcgov/startup-sample-project-aws-containers/blob/d3a650e6e49772cc3faafe585f7842cca5a2aead/src/terraform/app/main.tf#L185C37-L185C37
**Acceptance Criteria**
- [ ] Change from fargate spot to a regular fargate instance
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.