1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-14 19:02:00 +00:00

Merge pull request #602 from manelpb/master

Update AWS Fargate regions
This commit is contained in:
Corey Quinn 2018-04-30 10:54:50 -07:00 committed by GitHub
commit 8e338bfba2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1392,7 +1392,7 @@ Fargate
- 🚪[Azure Container Instances](https://azure.microsoft.com/en-us/services/container-instances/): Available on Microsoft Azure in preview version, allows to run applications in containers without having to manage virtual machines
### Fargate Gotchas and Limitations
- As of January 2018, Fargate is only available in us-east-1
- As of April 2018, Fargate is available in [multiple regions](https://aws.amazon.com/about-aws/whats-new/2018/04/aws-fargate-now-available-in-ohio--oregon--and-ireland-regions/): us-east-1, us-east-2, us-west-2, and eu-west-1
- As of January 2018, Fargate can only be used with ECS, however there are plans to support EKS later in 2018
- The smallest resource values that can be configured for an ECS Task that uses Fargate is 0.25 vCPU and 0.5 GB of memory