AWS location documentation change
Summary
Updated documentation links for tracker resources and geofence collections to point to dedicated pages instead of anchor links within geometry-components.html. Fixed URL formatting for cryptographic details links by removing double slashes.
Security assessment
The changes involve documentation link corrections and formatting improvements. While encryption context and KMS grants are security-related topics, the modifications don't introduce new security information or address vulnerabilities - they simply improve link accuracy and readability.
Diff
diff --git a/location/latest/developerguide/encryption-at-rest.md b/location/latest/developerguide/encryption-at-rest.md index 6c33143e2..7ee07e149 100644 --- a//location/latest/developerguide/encryption-at-rest.md +++ b//location/latest/developerguide/encryption-at-rest.md @@ -63 +63 @@ Amazon Location requires a [grant](https://docs.aws.amazon.com/kms/latest/develo -When you create a [tracker resource](https://docs.aws.amazon.com/location/latest/developerguide/geometry-components.html#tracking-components) or [geofence collection](https://docs.aws.amazon.com/location/latest/developerguide/geometry-components.html#geofence-components) encrypted with a customer managed key, Amazon Location creates a grant on your behalf by sending a [CreateGrant](https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateGrant.html) request to AWS KMS. Grants in AWS KMS are used to give Amazon Location access to a KMS key in a customer account. +When you create a [tracker resource](https://docs.aws.amazon.com/location/latest/developerguide/trackers.html) or [geofence collection](https://docs.aws.amazon.com/location/latest/developerguide/geofences.html) encrypted with a customer managed key, Amazon Location creates a grant on your behalf by sending a [CreateGrant](https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateGrant.html) request to AWS KMS. Grants in AWS KMS are used to give Amazon Location access to a KMS key in a customer account. @@ -181 +181 @@ An [encryption context](https://docs.aws.amazon.com/kms/latest/developerguide/co -AWS KMS uses the encryption context as [additional authenticated data](https://docs.aws.amazon.com//kms/latest/cryptographic-details/aad.html) to support [authenticated encryption](https://docs.aws.amazon.com//kms/latest/cryptographic-details/authenticated-encryption.html). When you include an encryption context in a request to encrypt data, AWS KMS binds the encryption context to the encrypted data. To decrypt data, you include the same encryption context in the request. +AWS KMS uses the encryption context as [additional authenticated data](https://docs.aws.amazon.com/kms/latest/cryptographic-details/aad.html) to support [authenticated encryption](https://docs.aws.amazon.com/kms/latest/cryptographic-details/authenticated-encryption.html). When you include an encryption context in a request to encrypt data, AWS KMS binds the encryption context to the encrypted data. To decrypt data, you include the same encryption context in the request.