Johnny 5
Johnny 5

Reputation: 507

Change KMS encryption key on existing AWS resources

Given already deployed AWS resources that use the default AWS managed keys, is it possible to change the default encryption key from AWS managed to a Customer Managed Key (CMK)?

Resources in question:

Thanks!

Upvotes: 0

Views: 1316

Answers (1)

Azize
Azize

Reputation: 4496

I don't think you can change it, at least the API documentation don't have this options.

EFS:
https://docs.aws.amazon.com/efs/latest/ug/API_UpdateFileSystem.html

FSx:
https://docs.aws.amazon.com/fsx/latest/APIReference/API_UpdateFileSystem.html

Upvotes: 1

Related Questions