AWS AWSEC2 documentation change
Summary
Fixed URL formatting by adding an extra slash in the AWS Nitro System link
Security assessment
The change only corrects a URL syntax error without modifying security-related content about NitroTPM functionality. No security implications exist as it doesn't alter the description of cryptographic functions or secure storage capabilities.
Diff
diff --git a/AWSEC2/latest/UserGuide/nitrotpm.md b/AWSEC2/latest/UserGuide/nitrotpm.md index 0e4a2f3ca..ae47f4961 100644 --- a//AWSEC2/latest/UserGuide/nitrotpm.md +++ b//AWSEC2/latest/UserGuide/nitrotpm.md @@ -7 +7 @@ -Nitro Trusted Platform Module (NitroTPM) is a virtual device that is provided by the [AWS Nitro System](https://aws.amazon.com/ec2/nitro/) and conforms to the [TPM 2.0 specification](https://trustedcomputinggroup.org/resource/trusted-platform-module-2-0-a-brief-introduction/). It securely stores artifacts (such as passwords, certificates, or encryption keys) that are used to authenticate the instance. NitroTPM can generate keys and use them for cryptographic functions (such as hashing, signing, encryption, and decryption). +Nitro Trusted Platform Module (NitroTPM) is a virtual device that is provided by the [AWS Nitro System](https://aws.amazon.com//ec2/nitro/) and conforms to the [TPM 2.0 specification](https://trustedcomputinggroup.org/resource/trusted-platform-module-2-0-a-brief-introduction/). It securely stores artifacts (such as passwords, certificates, or encryption keys) that are used to authenticate the instance. NitroTPM can generate keys and use them for cryptographic functions (such as hashing, signing, encryption, and decryption).