AWS secretsmanager documentation change
Summary
Added a new index page for AWS Secrets Manager documentation with an overview and links to user guide and API reference.
Security assessment
This is a new documentation page introducing AWS Secrets Manager, a service specifically designed for secure credential management. The content describes security features like encryption, secure storage, and secret rotation. However, there is no evidence this addition is in response to a specific security incident.
Diff
diff --git a/secretsmanager/index.md b/secretsmanager/index.md index 8b1378917..bb1525792 100644 --- a//secretsmanager/index.md +++ b//secretsmanager/index.md @@ -0,0 +1,18 @@ +# AWS Secrets Manager Documentation + +AWS Secrets Manager helps you to securely encrypt, store, and retrieve credentials for your databases and other services. Instead of hardcoding credentials in your apps, you can make calls to Secrets Manager to retrieve your credentials whenever needed. Secrets Manager helps you protect access to your IT resources and data by enabling you to rotate and manage access to your secrets. + +### [User Guide Walks you through creating and managing your secrets, retrieving them in your application, and automatically rotating them to help keep them secure. ](/secretsmanager/latest/userguide/) + +### [API Reference Describes all the API operations for AWS Secrets Manager. It provides sample requests, responses, and errors that can be generated. ](/secretsmanager/latest/apireference/) + +## 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 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/) +