AWS microservice-extractor documentation change
Summary
Updated S3 encryption and KMS documentation URLs by adding an extra slash after the domain
Security assessment
Only URL syntax was modified without changing security guidance about encryption or KMS. Existing security documentation remains unchanged.
Diff
diff --git a/microservice-extractor/latest/userguide/microservice-extractor-security.md b/microservice-extractor/latest/userguide/microservice-extractor-security.md index cb1351de5..02dff0043 100644 --- a//microservice-extractor/latest/userguide/microservice-extractor-security.md +++ b//microservice-extractor/latest/userguide/microservice-extractor-security.md @@ -64 +64 @@ Microservice Extractor automatically enables server-side encryption with Amazon -Unless you specify otherwise, objects use SSE-S3 by default to encrypt objects. However, you can choose to configure the service to use server-side encryption with AWS Key Management Service (AWS KMS) keys (SSE-KMS) instead. For more information, see [Specifying server-side encryption with AWS KMS (SSE-KMS)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/specifying-kms-encryption.html) in S3 User Guide. +Unless you specify otherwise, objects use SSE-S3 by default to encrypt objects. However, you can choose to configure the service to use server-side encryption with AWS Key Management Service (AWS KMS) keys (SSE-KMS) instead. For more information, see [Specifying server-side encryption with AWS KMS (SSE-KMS)](https://docs.aws.amazon.com//AmazonS3/latest/userguide/specifying-kms-encryption.html) in S3 User Guide. @@ -66 +66 @@ Unless you specify otherwise, objects use SSE-S3 by default to encrypt objects. -AWS KMS is a service that combines secure, highly available hardware and software to provide a key management system scaled for the cloud. Microservice Extractor uses server-side encryption with AWS KMS (SSE-KMS) to encrypt your data. Also, when SSE-KMS is requested for the object, the object checksum as part of the object's metadata, is stored in encrypted form. For more information about checksum, see [Checking object integrity](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) in S3 User Guide. +AWS KMS is a service that combines secure, highly available hardware and software to provide a key management system scaled for the cloud. Microservice Extractor uses server-side encryption with AWS KMS (SSE-KMS) to encrypt your data. Also, when SSE-KMS is requested for the object, the object checksum as part of the object's metadata, is stored in encrypted form. For more information about checksum, see [Checking object integrity](https://docs.aws.amazon.com//AmazonS3/latest/userguide/checking-object-integrity.html) in S3 User Guide. @@ -74 +74 @@ The security controls in AWS KMS can help you meet encryption-related compliance -There are additional charges for using AWS KMS keys. For more information, see [AWS KMS key concepts](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html) in the AWS Key Management Service Developer Guide and [AWS KMS pricing](https://aws.amazon.com/kms/pricing/). +There are additional charges for using AWS KMS keys. For more information, see [AWS KMS key concepts](https://docs.aws.amazon.com//kms/latest/developerguide/concepts.html) in the AWS Key Management Service Developer Guide and [AWS KMS pricing](https://aws.amazon.com//kms/pricing/).