Skip to content

Commit

Permalink
Switch Lambda and Fargate to arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed Dec 3, 2021
1 parent 8dc319c commit 88e8ae9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloudformation/stacks/AutoSpotting/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@
- CopyDockerImage
Properties:
PackageType: Image
Architectures:
- arm64
Code:
ImageUri:
Fn::Join:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 88e8ae9

Please sign in to comment.