|
|
|
|
|
by bradstewart
1474 days ago
|
|
> that encrypting an S3 bucket with an AWS-managed key doesn't really prevent anything beyond someone physically stealing a hard drive from the AWS data center It does, though. To get that data, you now need access to the bucket itself _and_ the KMS-managed encryption key. You might not be protecting the data from AWS, but one bucket misconfiguration doesn't lead to wholesale data loss now. Is it perfect? No. You can misconfigure both. But misconfiguring KMS access is harder to do. |
|