AWS iam documentation change
Summary
Added new index page for IAM documentation with sections covering IAM, STS, IAM Access Analyzer, IAM Roles Anywhere, best practices, and related links.
Security assessment
The change introduces documentation links to security features like IAM Access Analyzer and security best practices guides. While it references security resources, there's no evidence of addressing a specific vulnerability or incident.
Diff
diff --git a/iam/index.md b/iam/index.md index 8b1378917..bf156d1d7 100644 --- a//iam/index.md +++ b//iam/index.md @@ -0,0 +1,61 @@ +# AWS Identity and Access Management Documentation + +AWS Identity and Access Management (IAM) is a web service for securely controlling access to AWS services. With IAM, you can centrally manage users, security credentials such as access keys, and permissions that control which AWS resources users and applications can access. + +## IAM + +### [IAM User Guide Introduces you to AWS Identity and Access Management, helps you set up users and groups, and shows you how to protect your resources with access control policies. Also shows how to connect to other identity services to grant external users access to your AWS resources. ](/IAM/latest/UserGuide/) + +### [IAM API Reference Describes all the API operations for AWS Identity and Access Management in detail. Also provides sample requests, responses, and errors for the supported web services protocols. ](/IAM/latest/APIReference/) + +### [IAM in the AWS CLI Reference Describes the AWS CLI commands that you can use to administer IAM. Provides syntax, options, and usage examples for each command. ](/cli/latest/reference/iam/) + +[HTML](/cli/latest/reference/iam/) + +### [Service Authorization Reference Provides a list of the actions, resources, and condition keys supported by each AWS service that can be used in an IAM policy. ](/service-authorization/latest/reference/) + +### [AWS Managed Policy Reference Provides details of AWS managed policies. Use these policies, created and administered by AWS, to assign permissions to users, groups, and roles. ](/aws-managed-policy/latest/reference/) + +## STS + +### [AWS STS API Reference Describes all the API operations for AWS STS in detail. Also provides sample requests, responses, and errors for the supported web services protocols. ](/STS/latest/APIReference/) + +### [AWS STS in the AWS CLI Reference Describes the AWS CLI commands that you can use to generate temporary security credentials. Provides syntax, options, and usage examples for each command. ](/cli/latest/reference/sts/) + +[HTML](/cli/latest/reference/sts/) + +## IAM Access Analyzer + +### [IAM Access Analyzer API Reference Describes the API operations for IAM Access Analyzer. Also provides sample requests, responses, and errors for the supported web services protocols. ](/access-analyzer/latest/APIReference/) + +### [IAM Access Analyzer in the AWS CLI Reference Describes the AWS CLI commands that you can use to administer IAM Access Analyzer. Provides syntax, options, and usage examples for each command. ](/cli/latest/reference/accessanalyzer/) + +[HTML](/cli/latest/reference/iam/) + +## IAM Roles Anywhere + +### [IAM Roles Anywhere User Guide Provides conceptual overviews of IAM Roles Anywhere and explains how to use it. ](/rolesanywhere/latest/userguide/) ### [IAM Roles Anywhere API Reference Describes the API operations for IAM Roles Anywhere. Also provides sample requests, responses, and errors for the supported web services protocols. ](/rolesanywhere/latest/APIReference/) + +### [IAM Roles Anywhere in the AWS CLI Reference Describes the AWS CLI commands that you can use to administer IAM Roles Anywhere. Provides syntax, options, and usage examples for each command. ](/cli/latest/reference/rolesanywhere/) + +[HTML](/cli/latest/reference/rolesanywhere/) + +## Best Practices + +Use best practice guidance from AWS experts—AWS Solutions Architects, Professional Services Consultants, and Partners—to develop your architecture. + +### [Architecture Center: Best Practices for Security, Identity, & Compliance Learn how to meet your security and compliance goals using AWS infrastructure and services. ](https://aws.amazon.com/architecture/security-identity-compliance/) + +### [Security best practices in IAM Learn about the best practices for using IAM to help secure your AWS resources. ](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html) + +## 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/) + * [Architecture Center: Security, Identity, & Compliance](https://aws.amazon.com/architecture/security-identity-compliance/?docsiam_rl1) +