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
Currently, it's possible to casually delete the the critical data within the S3 Bucket and OpenSearch Domain via the AWS Console or APIs. By updating their policies to protect them from deletion, we can make it less likely they will be deleted by accident. For reference, it's possible to delete these resources using the CLI's destroy-cluster command, but only if the --destroy-everything flag is also passed (otherwise they are left in the user's account while the other resources are torn down).
Acceptance Criteria
OpenSearch Domain and S3 Bucket protected from deletion via policy
destroy-cluster code updated to work with this new factor
The text was updated successfully, but these errors were encountered:
Description
Currently, it's possible to casually delete the the critical data within the S3 Bucket and OpenSearch Domain via the AWS Console or APIs. By updating their policies to protect them from deletion, we can make it less likely they will be deleted by accident. For reference, it's possible to delete these resources using the CLI's
destroy-cluster
command, but only if the--destroy-everything
flag is also passed (otherwise they are left in the user's account while the other resources are torn down).Acceptance Criteria
destroy-cluster
code updated to work with this new factorThe text was updated successfully, but these errors were encountered: