From 7aea0ddf15e559b1c3f4659236c2c318828dbb87 Mon Sep 17 00:00:00 2001 From: Gideon Goldberg <1764158+gidsg@users.noreply.github.com> Date: Tue, 9 Apr 2024 15:57:38 +0100 Subject: [PATCH] use spot instance on dev (Not related to this PR but required to deploy to dev due to bug https://github.com/aws/copilot-cli/issues/4651) --- copilot/submit/manifest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copilot/submit/manifest.yml b/copilot/submit/manifest.yml index a34f22b..0dbfdb6 100644 --- a/copilot/submit/manifest.yml +++ b/copilot/submit/manifest.yml @@ -89,6 +89,8 @@ environments: secrets: BASIC_AUTH_USERNAME: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/BASIC_AUTH_USERNAME BASIC_AUTH_PASSWORD: /copilot/${COPILOT_APPLICATION_NAME}/${COPILOT_ENVIRONMENT_NAME}/secrets/BASIC_AUTH_PASSWORD + count: + spot: 1 http: target_container: nginx healthcheck: