Amazon Textract server side encryption

0

When we are talking about encryption in Amazon Textract, there are following questions:

  1. Who chooses which encryption method is selected?
  2. If no method is selected, is there any encryption in the Amazon S3 storage?

Source: https://docs.aws.amazon.com/textract/latest/dg/encryption.html

Thanks

1 回答
0

Hi,

In general, customer (security team, engineer team) should choose which encryption method to use according to their requests. AWS provides multiple exclusive options, and recommend to ensure your service encrypt at rest, encrypt at transit.

For S3, by default, the encryption is disabled. You can enable it by choosing either Amazon S3-Managed Keys (SSE-S3) or AWS Key Management Service (SSE-KMS). In summary, the former option use the key managed by AWS, which reduce the overhead to configure KMS key. The latter you have the flexibility to create and manage your KMS key.

More details: https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html https://docs.aws.amazon.com/kms/latest/developerguide/services-s3.html

Thanks,

AWS
Jady
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则