From 85ddbdedc37b709e543a3f2ffbb7984c7d9178a9 Mon Sep 17 00:00:00 2001 From: Seun Ogunbiyi <91503321+Tiny49@users.noreply.github.com> Date: Tue, 28 May 2024 14:32:55 +0100 Subject: [PATCH] fs-4411: reduce the number of tasking running and change to fargate-spot (#217) --- copilot/fsd-account-store/manifest.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/copilot/fsd-account-store/manifest.yml b/copilot/fsd-account-store/manifest.yml index 65af1006..f754feb1 100644 --- a/copilot/fsd-account-store/manifest.yml +++ b/copilot/fsd-account-store/manifest.yml @@ -31,7 +31,7 @@ memory: 1024 platform: linux/x86_64 # Number of tasks that should be running in your service. -count: 2 +count: 1 # Enable running commands in your container. exec: true @@ -48,9 +48,14 @@ variables: # You can override any of the values defined above by environment. environments: + dev: + count: + spot: 1 test: deployment: rolling: 'recreate' + count: + spot: 2 uat: count: range: 2-4