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

TheXrayDynamoFlow deploy error (typescript) #123

Open
andreasgrimm opened this issue Nov 19, 2020 · 1 comment
Open

TheXrayDynamoFlow deploy error (typescript) #123

andreasgrimm opened this issue Nov 19, 2020 · 1 comment

Comments

@andreasgrimm
Copy link

andreasgrimm commented Nov 19, 2020

When I try to deploy TheXrayDynamoFlow as part of the TheXrayTracerStack, then I get the error:

TheXrayDynamoFlow failed: Error: This stack uses assets, so the toolkit stack must be deployed to the environment (Run "cdk bootstrap aws://unknown-account/unknown-region")

When I try to bootstrap (again), I get the error:

Environment aws://<account>/<region> failed bootstrapping: Error: Not downgrading existing bootstrap stack from version '4' to version '0'

Any ideas?

I tried with original version 1.60.0 and with 1.74.0.

@nideveloper
Copy link
Collaborator

It's the "/unknown-account/unknown-region" part of the deploy error that sticks out to me. Do the other stacks deploy? That error in the past I have seen usually meant:

  1. You use a named profile for AWS and you aren't passing it in as part of deploy
  2. A network proxy or firewall is blocking network

Since the bootstrap command gets through I am thinking it is more likely to be 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants