Cloudformation returning below error while creating AWS MWAA cluster:
Resource handler returned message: 'Creation failed' (Request Token: 123..., HandlerErrorCode: NotStabilized)
IAM Policies, Roles and Subnet configurations are good We are trying to create MWAA cluster in a VPC where all subnets are private. So there are no NAT Gateway / instances connecting to external world. Webserver access mode is private only.
Please let me know what are the things we have to consider to solve this issue.