AWS kms documentation change
Summary
Updated CloudFormation template reference by removing 'AWS' prefix
Security assessment
Change only modifies branding terminology (AWS CloudFormation → CloudFormation) without altering security content or practices. No security implications identified.
Diff
diff --git a/kms/latest/developerguide/asymm-create-key.md b/kms/latest/developerguide/asymm-create-key.md index 84cbd7079..41703084e 100644 --- a//kms/latest/developerguide/asymm-create-key.md +++ b//kms/latest/developerguide/asymm-create-key.md @@ -7 +7 @@ -You can create [asymmetric KMS keys](./symmetric-asymmetric.html) in the AWS KMS console, by using the [CreateKey](https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) API, or by using the [AWS::KMS::Key AWS CloudFormation template](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html). An asymmetric KMS key represents a public and private key pair that can be used for encryption, signing, or deriving shared secrets. The private key remains within AWS KMS. To download the public key for use outside of AWS KMS, see [Download public key](./download-public-key.html). +You can create [asymmetric KMS keys](./symmetric-asymmetric.html) in the AWS KMS console, by using the [CreateKey](https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) API, or by using the [AWS::KMS::Key CloudFormation template](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kms-key.html). An asymmetric KMS key represents a public and private key pair that can be used for encryption, signing, or deriving shared secrets. The private key remains within AWS KMS. To download the public key for use outside of AWS KMS, see [Download public key](./download-public-key.html).