serverless icon indicating copy to clipboard operation
serverless copied to clipboard

TheXrayDynamoFlow deploy error (typescript)

Open andreasgrimm opened this issue 3 years ago • 1 comments

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.

andreasgrimm avatar Nov 19 '20 23:11 andreasgrimm

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

nideveloper avatar Nov 20 '20 09:11 nideveloper