You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
So far this solution can be launched in 3 regions: us-east-1, us-east-2 and us-west-2. The reason is because at the moment of writing it, Fargate was not available in all regions. However it is now available in much more.
Supporting more regions on this project is easy:
Make sure all services used in the project are available in the desired regions.
Change the template located in cloudformation/fargate-vpc.yaml to add the availability zones corresponding to each region in the RegionMapping field.
Update README file to add buttons to launch on the additional regions.
The text was updated successfully, but these errors were encountered:
So far this solution can be launched in 3 regions:
us-east-1
,us-east-2
andus-west-2
. The reason is because at the moment of writing it, Fargate was not available in all regions. However it is now available in much more.Supporting more regions on this project is easy:
cloudformation/fargate-vpc.yaml
to add the availability zones corresponding to each region in the RegionMapping field.The text was updated successfully, but these errors were encountered: