It looks like I’ve gotten stuck in the ‘REVIEW_IN_...
# help
c
It looks like I’ve gotten stuck in the ‘REVIEW_IN_PROGRESS’ error from a bad
sst start
run and unable to start or remove project. I’ve deleted all stacks from CloudFormation console, tried removing the local
.build
and
.sst
directories, and have tried waiting for CF updates to simmer and still unable to start. Any other ideas for how to reset this? A new project, and ok with nuking any other, hidden generated resources if needed. Thanks
t
What are you trying to deploy?
c
The SST Lerna monorepo boilerplate (w/yarn)
Everything’s deleted in CloudFormation and removed .build/.sst directories. Not sure where it’s holding on to
cdk-hnb659fds-assets-635813714697-us-east-1
from?
🤦‍♂️ AWS console had wrong region selected for some reason (hello Seoul?). Have no idea how that happened, but can now see dead
CDKToolkit
stack in us-east-1. Problem solved. Thanks for checking in on it Dax
So, bonus question for AWS wizards – it looks like some sections of the AWS console are non-region specific and others are scoped by a region (and a ridiculously small primary filter in the top right of the screen). The latter makes sense, but curious why some seemingly distributed resources like S3 and CloudFront are “global / does not require a region selection”?
f
Hey @Clayton, CloudFront and Route53 are not tied to a region afaik. Whereas an S3 bucket does belong to a specific region. Just that the console shows all the buckets.
c
Thanks @Frank, good to know.