AWS cli documentation change
Summary
Added new AWS CLI documentation page covering CLI versions and resources.
Security assessment
General documentation about AWS CLI usage and versioning. No security-specific content or features are documented, and there's no mention of security issues.
Diff
diff --git a/cli/index.md b/cli/index.md index 8b1378917..825819ec4 100644 --- a//cli/index.md +++ b//cli/index.md @@ -0,0 +1,37 @@ +# AWS Command Line Interface Documentation + +The AWS Command Line Interface (AWS CLI) is a unified tool that provides a consistent interface for interacting with all parts of Amazon Web Services. AWS CLI commands for different services are covered in the accompanying user guide, including descriptions, syntax, and usage examples. + +## Latest version (Version 2) + +### [User Guide Describes all the AWS CLI concepts and provides instructions on using the various features of the latest version of the AWS CLI. Version 2 contains all the latest and adds new features. ](/cli/latest/userguide/) + +[HTML](/cli/latest/userguide/) [PDF](/cli/latest/userguide/aws-cli.pdf) [GitHub](https://github.com/awsdocs/aws-cli-user-guide) + +### [Command Reference Describes the latest version of the AWS CLI in detail and provides basic syntax, options, and usage examples for each operation. ](/cli/latest/reference/) + +## Previous versions (Version 1) + +### [User Guide Describes all the AWS CLI concepts and provides instructions on using the various features of Version 1 of the AWS CLI. Version 1 is currently still updated but does not include all of the new features the latest version has. ](/cli/v1/userguide/) + +[HTML](/cli/v1/userguide/) [PDF](/cli/v1/userguide/aws-cli.pdf) [GitHub](https://github.com/awsdocs/aws-cli-user-guide) + +### [Version 1 Command Reference Describes Version 1 of the AWS CLI in detail and provides basic syntax, options, and usage examples for each operation. ](/cli/v1/reference/) + +[HTML](/cli/latest/reference/) + +## Additional resources + +### [AWS SDKs and Tools Reference Guide AWS SDKs and Tools shared information including shared config and credential files, configuration and authentication settings, AWS Common Runtime (CRT) libraries, and maintenance and support. ](/sdkref/latest/guide/) ### [AWS Code Examples Repository A collection of code examples that describe how to build applications with AWS SDKs ](https://github.com/awsdocs/aws-doc-sdk-examples) + +## Related Links + + * [AWS Glossary](http://docs.aws.amazon.com/general/latest/gr/glos-chap.html) + * [Getting Started with AWS](https://aws.amazon.com/documentation/gettingstarted/) + * [SDKs & Tools](https://aws.amazon.com/tools/) + * [AWS CloudShell](https://docs.aws.amazon.com/cloudshell/) + * [AWS General Reference](http://docs.aws.amazon.com/general/latest/gr/Welcome.html) + * [AWS Training](https://aws.amazon.com/training/) + * [AWS Case Studies](https://aws.amazon.com/solutions/case-studies/) + * [AWS Whitepapers](https://aws.amazon.com/whitepapers/) +