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
{{ message }}
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
Geostore provisions several s3 buckets (prod and staging) within its stack. These buckets are town down in non-prod environments when the cdk destroy command is issued, but they are set to retain in production. This is by design and also an expected behaviour.
However, should we need to destroy the stack in production one day and redeploy it, we would run into problems during (re)deployment since the bucket is already in place. We would likely get a resource already exist error when we try to (re)deploy the stack in production.
We should investigate the canonical way of dealing with such situation and update our stack accordingly.
Things to keep in mind:
Bucket permission (i.e. how it could be made available to the new stack)
The text was updated successfully, but these errors were encountered:
Geostore provisions several s3 buckets (prod and staging) within its stack. These buckets are town down in non-prod environments when the
cdk destroy
command is issued, but they are set to retain in production. This is by design and also an expected behaviour.However, should we need to destroy the stack in production one day and redeploy it, we would run into problems during (re)deployment since the bucket is already in place. We would likely get a resource already exist error when we try to (re)deploy the stack in production.
We should investigate the canonical way of dealing with such situation and update our stack accordingly.
Things to keep in mind:
The text was updated successfully, but these errors were encountered: