btw another interesting error today when deploying...
# help
j
btw another interesting error today when deploying to prod (hence new env) 😛 any hypothesis about it?
Copy code
[100%] fail: Bucket named 'cdk-hnb659fds-assets-***-us-east-2' exists, but not in account ***. Wrong account?
I wonder if this could also have to do with the CF stack being present but not the bucket. Need to take a look at it as soon as I get enough aws privilege
f
Are you getting this error in a different AWS account from earlier today when you got this?
Copy code
[50%] fail: No bucket named 'cdk-hnb659fds-assets-**-us-east-2'. Is account ** bootstrapped?
j
yes @Frank!
f
and the bucket names are exactly the same in both error msgs?
j
they’re not just because ** is the aws account id
f
Copy code
[100%] fail: Bucket named 'cdk-hnb659fds-assets-***-us-east-2' exists, but not in account ***. Wrong account?
the two * above are the same account id right?
j
allegedly yes, but I can’t see the raw stack trace because someone forwarded this to me. I checked for references of aws accounts throughout the code and there are none, so I think it’s a reasonable assumption to consider them to be the same until I get the unfiltered log