I'm trying to create cluster with ECS (Fargate) with nginx definition from Get Started button. But it becomes with following error message.
The following Availability Zones ap-northeast-1b cannot be associated with a load balancer. Please try a different Availability Zone.
All other VPC and subnets are created successfully, but only ALB cause error. When I try to create cluster without ALB, it works.
I also tried to create subnets (in ap-northeast-1a and ap-northeast-1b) and ALB by hand for verification, and it does show error when ALB is set to associate to ap-notheast-1b subnet.
How can this happen? And what can I do for Get Started nginx template with ALB to work fine?