Skip to content

Instantly share code, notes, and snippets.

@saviour123
Last active July 4, 2024 13:56
Show Gist options
  • Save saviour123/1c149feb627089946c32c8d1db88e9b5 to your computer and use it in GitHub Desktop.
Save saviour123/1c149feb627089946c32c8d1db88e9b5 to your computer and use it in GitHub Desktop.
Fargate task matrix combinations
CPU value Memory value (MiB)
256 (.25 vCPU) 512 (0.5GB), 1024 (1GB), 2048 (2GB)
512 (.5 vCPU) 1024 (1GB), 2048 (2GB), 3072 (3GB), 4096 (4GB)
1024 (1 vCPU) 2048 (2GB), 3072 (3GB), 4096 (4GB), 5120 (5GB), 6144 (6GB), 7168 (7GB), 8192 (8GB)
2048 (2 vCPU) Between 4096 (4GB) and 16384 (16GB) in increments of 1024 (1GB)
4096 (4 vCPU) Between 8192 (8GB) and 30720 (30GB) in increments of 1024 (1GB)
8192 (8 vCPU) Between 16 GB and 60 GB in 4 GB increments ## Require linux platform 1.4.0
16384 (16vCPU) Between 32 GB and 120 GB in 8 GB increments ## Require linux platform 1.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment