AWS cli documentation change
Summary
Removed line breaks and rephrased key pair usage instructions
Security assessment
Formatting changes without substantive security implications or new security guidance.
Diff
diff --git a/cli/v1/userguide/cli-services-ec2-keypairs.md b/cli/v1/userguide/cli-services-ec2-keypairs.md index 5cd117f2b..3c75d7dad 100644 --- a//cli/v1/userguide/cli-services-ec2-keypairs.md +++ b//cli/v1/userguide/cli-services-ec2-keypairs.md @@ -11,3 +11 @@ PrerequisitesCreate a key pairDisplay your key pairDelete your key pairReference -You can use the AWS Command Line Interface (AWS CLI) to create, display, and delete your key pairs for Amazon Elastic Compute Cloud (Amazon EC2). You use key pairs to connect to an Amazon EC2 instance. - -You must provide the key pair to Amazon EC2 when you create the instance, and then use that key pair to authenticate when you connect to the instance. +You can use the AWS Command Line Interface (AWS CLI) to create, display, and delete your key pairs for Amazon Elastic Compute Cloud (Amazon EC2). You use key pairs to connect to an Amazon EC2 instance. You can provide the key pair to Amazon EC2 when you create the instance, and then use that key pair to authenticate when you connect to the instance.