Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MGNAPIDeploy fails to deploy #39

Open
6 tasks done
sleepwithcoffee opened this issue Sep 9, 2024 · 2 comments
Open
6 tasks done

MGNAPIDeploy fails to deploy #39

sleepwithcoffee opened this issue Sep 9, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@sleepwithcoffee
Copy link

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:

  • DeploymentType: Private
  • CognitoFederation: false
  • Tracker: true
  • ReplatformEC2: true
  • Others left with sensible values

Expected behavior
A clear and concise description of what you expected to happen.

Please complete the following information about the solution:

  • Version: v3.3.5

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".

  • Region: ap-southeast-1
  • Was the solution modified from the version published on this repository? NO
  • If the answer to the previous question was yes, are the changes available on GitHub?
  • Have you checked your service quotas for the sevices this solution uses? - YES, and this is a brand new account
  • Were there any errors in the CloudWatch Logs? - No

Screenshots
image

Additional context

@sleepwithcoffee sleepwithcoffee added the bug Something isn't working label Sep 9, 2024
@sleepwithcoffee
Copy link
Author

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.

@chris-p-baker
Copy link
Contributor

Hi @sleepwithcoffee, thanks for raising this issue, the PR you have provided will be pulled ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants