Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/data/custom-business-logi…
Browse files Browse the repository at this point in the history
…c/search-and-aggregate-queries/index.mdx

Co-authored-by: Christopher Sundersingh <[email protected]>
  • Loading branch information
AnilMaktala and sundersc authored Oct 28, 2024
1 parent ce70ca7 commit 10dbff7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ const openSearchDomain = new opensearch.Domain(
{
version: opensearch.EngineVersion.OPENSEARCH_2_11,
nodeToNodeEncryption: true,
// set removalPolicy to DESTROY for sandbox environemnt
// removalPolicy: RemovalPolicy.DESTROY,
// set removalPolicy to DESTROY to make sure the open search domain is deleted on stack deletion.
removalPolicy: RemovalPolicy.DESTROY,
encryptionAtRest: {
enabled: true
}
Expand Down

0 comments on commit 10dbff7

Please sign in to comment.