bcgov / cloud-pathfinder

This is the technology and UX backend repo for the cloud pathfinder ZenHub task board
https://app.zenhub.com/workspaces/cloud-pathfinder-5e4dbb426c3c6af8dcbf06a7/board?repos=241742911
Creative Commons Zero v1.0 Universal
2 stars 8 forks source link

Change Containers Sample Application from Spot Instances #2796

Open MaxWardle opened 7 months ago

MaxWardle commented 7 months ago

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