AWS athena documentation change
Summary
Updated multiple S3 encryption documentation URLs from 'dev' to 'userguide' paths
Security assessment
Maintains existing encryption guidance while updating documentation links, no security policy changes
Diff
diff --git a/athena/latest/ug/encryption.md b/athena/latest/ug/encryption.md index f6795eac2..e4f12e41f 100644 --- a//athena/latest/ug/encryption.md +++ b//athena/latest/ug/encryption.md @@ -49,3 +49,3 @@ Encryption type | Description | Cross-Region support -[SSE-S3](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html) | Server side encryption (SSE) with an Amazon S3-managed key. | Yes -[SSE-KMS](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html) (Recommended) | Server-side encryption (SSE) with an AWS Key Management Service customer managed key. | Yes -[CSE-KMS](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html#client-side-encryption-kms-managed-master-key-intro) | Client-side encryption (CSE) with a AWS KMS customer managed key. In Athena, this option requires that you use a `CREATE TABLE` statement with a `TBLPROPERTIES` clause that specifies `'has_encrypted_data'='true'`. For more information, see [Create tables based on encrypted datasets in Amazon S3](./creating-tables-based-on-encrypted-datasets-in-s3.html). | No +[SSE-S3](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingServerSideEncryption.html) | Server side encryption (SSE) with an Amazon S3-managed key. | Yes +[SSE-KMS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html) (Recommended) | Server-side encryption (SSE) with an AWS Key Management Service customer managed key. | Yes +[CSE-KMS](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingClientSideEncryption.html#client-side-encryption-kms-managed-master-key-intro) | Client-side encryption (CSE) with a AWS KMS customer managed key. In Athena, this option requires that you use a `CREATE TABLE` statement with a `TBLPROPERTIES` clause that specifies `'has_encrypted_data'='true'`. For more information, see [Create tables based on encrypted datasets in Amazon S3](./creating-tables-based-on-encrypted-datasets-in-s3.html). | No @@ -90 +90 @@ The following encryption options aren't supported: -To compare Amazon S3 encryption options, see [Protecting data using encryption](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingEncryption.html) in the _Amazon Simple Storage Service User Guide_. +To compare Amazon S3 encryption options, see [Protecting data using encryption](https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingEncryption.html) in the _Amazon Simple Storage Service User Guide_.