From 88e8ae9d5917a298ab8d9fe18ab4262b33893b0e Mon Sep 17 00:00:00 2001 From: Cristian Magherusan-Stanciu Date: Wed, 6 Oct 2021 21:26:25 +0200 Subject: [PATCH] Switch Lambda and Fargate to arm64 --- cloudformation/stacks/AutoSpotting/template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloudformation/stacks/AutoSpotting/template.yaml b/cloudformation/stacks/AutoSpotting/template.yaml index f14ac6bc..f3251739 100644 --- a/cloudformation/stacks/AutoSpotting/template.yaml +++ b/cloudformation/stacks/AutoSpotting/template.yaml @@ -356,6 +356,8 @@ - CopyDockerImage Properties: PackageType: Image + Architectures: + - arm64 Code: ImageUri: Fn::Join: @@ -1065,6 +1067,8 @@ # Between 4GB and 16GB in 1GB increments - Available cpu values: 2048 (2 vCPU) # Between 8GB and 30GB in 1GB increments - Available cpu values: 4096 (4 vCPU) Memory: 0.5GB + RuntimePlatform: + CpuArchitecture: ARM64 ExecutionRoleArn: Ref: ECSTaskExecutionRole TaskRoleArn: