Skip to content

Commit

Permalink
adding node-to-node encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Dec 18, 2023
1 parent a6340ec commit 45de46d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gen3/bin/create-es7-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ else
--vpc-options "SubnetIds=${subnet_ids[*]},SecurityGroupIds=${security_groups[*]}" \
--access-policies "$access_policies" \
--encryption-at-rest-options "Enabled=true,KmsKeyId=$kms_key_id"\
--node-to-node-encryption-options "Enabled=true"
> /dev/null 2>&1

# Wait for the new cluster to be available
Expand All @@ -60,4 +61,4 @@ else
if [ $retry_count -eq $max_retries ]; then
echo "New cluster creation may still be in progress. Please check the AWS Management Console for the status."
fi
fi
fi

0 comments on commit 45de46d

Please sign in to comment.