You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
You use a named profile for AWS and you aren't passing it in as part of deploy
A network proxy or firewall is blocking network
Since the bootstrap command gets through I am thinking it is more likely to be 1
When I try to deploy
TheXrayDynamoFlow
as part of theTheXrayTracerStack
, 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 with1.74.0
.The text was updated successfully, but these errors were encountered: