Open sleepwithcoffee opened 2 months ago
I tried to diagnose the problem and figured out that the AppMigService
might need to have some resources of ToolsAPI to be ready, adding the following DependsOn will help:
AppMigService:
Type: AWS::CloudFormation::Stack
DependsOn:
- ToolsAPIDeploy
I plan to create a PR to accommodate this fix.
Hi @sleepwithcoffee, thanks for raising this issue, the PR you have provided will be pulled ASAP.
Describe the bug Cannot deploy the CFN stack due to MGNAPIDeploy failed to deploy.
To Reproduce Download v3.3.5 CloudFormation template and deploy with these parameters:
Expected behavior A clear and concise description of what you expected to happen.
Please complete the following information about the solution:
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0097) - AWS CloudEndure Migration Factory Solution. Version v1.1.0".
Screenshots
Additional context