Skip to content

Commit 88e8ae9

Browse files
committed
Switch Lambda and Fargate to arm64
1 parent 8dc319c commit 88e8ae9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudformation/stacks/AutoSpotting/template.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,8 @@
356356
- CopyDockerImage
357357
Properties:
358358
PackageType: Image
359+
Architectures:
360+
- arm64
359361
Code:
360362
ImageUri:
361363
Fn::Join:
@@ -1065,6 +1067,8 @@
10651067
# Between 4GB and 16GB in 1GB increments - Available cpu values: 2048 (2 vCPU)
10661068
# Between 8GB and 30GB in 1GB increments - Available cpu values: 4096 (4 vCPU)
10671069
Memory: 0.5GB
1070+
RuntimePlatform:
1071+
CpuArchitecture: ARM64
10681072
ExecutionRoleArn:
10691073
Ref: ECSTaskExecutionRole
10701074
TaskRoleArn:

0 commit comments

Comments
 (0)