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
The export batch job will fail when triggered with the following error for encrypted databases:
com.amazonaws.services.neptune.model.KMSKeyNotAccessibleException: The specified KMS key [arn:aws:kms:...YOUR_KEY_ARN...] does not exist, is not enabled or you do not have permissions to access it. (Service: AmazonNeptune; Status Code: 400; Error Code: KMSKeyNotAccessibleFault; Request ID: ...; Proxy: null)
To resolve this you have to manually add a policy to the generated BatchExecutionRole and BatchJobRole.
The export batch job will fail when triggered with the following error for encrypted databases:
To resolve this you have to manually add a policy to the generated BatchExecutionRole and BatchJobRole.
It would be helpful if there was a KMS arn parameter in the template that will automatically add these permissions to the roles if specified.
The text was updated successfully, but these errors were encountered: