From 16b6a42c5a90649fcb8cb229dbd60311e0cdcf9b Mon Sep 17 00:00:00 2001 From: Kate Gleeson Date: Wed, 28 Aug 2024 09:39:56 +0100 Subject: [PATCH] Update deployment notes --- deployment_notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment_notes.md b/deployment_notes.md index bc62c8b..989f1b6 100644 --- a/deployment_notes.md +++ b/deployment_notes.md @@ -60,8 +60,9 @@ Tag the docker image: - In the AWS Console go to [ECS Task Definitions](https://console.aws.amazon.com/ecs/v2/task-definitions) and click 'Create a new task definition'. - Under 'Launch Type' check 'AWS Fargate'. +- Under 'Operating system/Architecture' select 'Linux/ARM64' - Set desired CPU and Memory. -- Under 'Container', enter a container name and your ECR repository URI. +- Under 'Container', enter a container name and your ECR repository URI. Then click 'Docker configuration' and under 'Command' enter `bundle,exec,rails,server`. - Click 'Create'