aws-samples / saas-reference-architecture-ecs

This repo provides an end to end SaaS reference architecture implementation using Amazon Elastic Container Service (ECS)
MIT No Attribution
58 stars 19 forks source link

fix: Only Supported Availability Zone is used #13

Closed Hoseong-Seo closed 3 months ago

Hoseong-Seo commented 3 months ago

Issue #12 , if available: Unsupported Availability Zone was chosen. (ex. Tokyo region is not support b' AZ)

Description of changes: Dynamically get Availability Zones using api "cdk.Fn.select"

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.