Skip to content

Commit

Permalink
Enable dual stack (IPv4 + IPv6) endpoints on OpenSearch domains
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed May 30, 2024
1 parent 71163fe commit b246bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export function cloudformationResources({
DomainEndpointOptions: { EnforceHTTPS: true },
EBSOptions: { EBSEnabled: true, VolumeSize },
EncryptionAtRestOptions: { Enabled: true },
IPAddressType: 'dualstack',
NodeToNodeEncryptionOptions: { Enabled: true },
},
},
Expand Down

0 comments on commit b246bed

Please sign in to comment.