내용으로 건너뛰기

Ensuring Data Access: Key Management and Backup Strategies

0

Hi everyone, AWS mentioned that If the customer-managed key is accidentally deleted, we will lose access to encrypted data. right? 1-do you have any opinion for backup strategy? 2-How do we guarantee no data access loss in case of accidental key deletion?

1개 답변
1

Hello,

  • After a KMS key is deleted, you can no longer decrypt the data that was encrypted under that KMS key, which means that data becomes unrecoverable.

  • You should delete a KMS key only when you are sure that you don't need to use it anymore. If you are not sure, consider disabling the KMS key instead of deleting it. You can re-enable a disabled KMS key and cancel the scheduled deletion of a KMS key, but you cannot recover a deleted KMS key.

  • Restrict the key deletion access through IAM policies.

refer to below documentation regarding scheduling & deleting customer managed key.

Deleting AWS KMS keys

Scheduling and canceling key deletion

AWS

답변함 2년 전

  • thanks .. I know, my question was how we can restrict deleting the key?

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠