-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create encrypted Neptune cluster from unencrypted Neptune cluster snapshot #15240
Comments
Any updates on this? I deleted a cluster thinking I would be able to recreate it with encryption enabled using a snapshot but am running into this problem. |
as far as I remember, It's not possible to take a snapshot from an unencrypted cluster and try to encrypt it. https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/neptune.html |
@nlaxmi That's to copy a snapshot though. I'm trying to create a new cluster using a snapshot. This should be possible according to the AWS docs: https://docs.aws.amazon.com/neptune/latest/userguide/encrypt.html |
Bubbling this back up related to another issue due to changing KMS encryption keys from a source snapshot into a cluster with a newly assigned KMS key. It appears that the KMS key value is not being accepted as part of the RestoreDBClusterFromSnapshot API call input here: terraform-provider-aws/internal/service/neptune/cluster.go Lines 395 to 399 in a0364dd
|
r/neptune_cluster: fix ignored kms key on snapshot restore #15240.
This functionality has been released in v5.17.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
I am trying to create a new encrypted Neptune cluster from an unencrypted cluster snapshot through terraform but the created cluster is not encrypted.
Expected Behavior
Neptune cluster created should be encryption enabled
Current Behavior
Created cluster is not encryption enabled
version
Steps to Reproduce
storageEncrypted
as trueAdditional info is, looks it supporting only if the snapshot tooks from encrypted cluster only.
The text was updated successfully, but these errors were encountered: