Skip to content

Instantly share code, notes, and snippets.

@saviour123
Created March 22, 2024 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment