Shuntaro Azuma

Results 1 comments of Shuntaro Azuma

### workaround : comment out the subnets ``` Resources: ... NLB: Type: AWS::ElasticLoadBalancingV2::LoadBalancer Properties: Scheme: "internal" # Subnets: # - !Ref Subnet1 # - !Ref Subnet2 ``` If you want...