AWS IAM documentation change
Summary
Added multiple new code example links for various AWS services including ECS Service Connect, API Gateway, ECS tasks, CloudWatch dashboards, ECS services, Managed Grafana, Lambda, Redshift Serverless, IoT Device Defender, EKS, MSK, Redshift clusters, SageMaker Feature Store, Config, Step Functions, Secrets Manager, FIS, and Systems Manager
Security assessment
The change adds a link to 'Moving hardcoded secrets to Secrets Manager' which is a security best practice for managing credentials. Also includes IoT Device Defender (security monitoring) and Systems Manager (security management). However, these are routine documentation additions for code examples without evidence of addressing a specific security vulnerability.
Diff
diff --git a/IAM/latest/UserGuide/service_code_examples_iam.md b/IAM/latest/UserGuide/service_code_examples_iam.md index 0acf89267..a907b822d 100644 --- a//IAM/latest/UserGuide/service_code_examples_iam.md +++ b//IAM/latest/UserGuide/service_code_examples_iam.md @@ -280,0 +281,6 @@ For a complete list of AWS SDK developer guides and code examples, see [Using th + * [Configure Amazon ECS Service Connect](./iam_example_ecs_ServiceConnect_085_section.html) + + * [Create a REST API with Lambda proxy integration](./iam_example_api_gateway_GettingStarted_087_section.html) + + * [Create an Amazon ECS Linux task for the Fargate launch type](./iam_example_ecs_GettingStarted_086_section.html) + @@ -282,0 +289,24 @@ For a complete list of AWS SDK developer guides and code examples, see [Using th + * [Creating a CloudWatch dashboard with function name as a variable](./iam_example_cloudwatch_GettingStarted_031_section.html) + + * [Creating an Amazon ECS service for the EC2 launch type](./iam_example_ecs_GettingStarted_018_section.html) + + * [Creating an Amazon Managed Grafana workspace](./iam_example_iam_GettingStarted_044_section.html) + + * [Creating your first Lambda function](./iam_example_lambda_GettingStarted_019_section.html) + + * [Get started with Redshift Serverless](./iam_example_redshift_GettingStarted_038_section.html) + + * [Getting Started with IoT Device Defender](./iam_example_iot_GettingStarted_079_section.html) + + * [Getting started with Amazon EKS](./iam_example_eks_GettingStarted_034_section.html) + + * [Getting started with Amazon MSK](./iam_example_ec2_GettingStarted_057_section.html) + + * [Getting started with Amazon Redshift provisioned clusters](./iam_example_redshift_GettingStarted_039_section.html) + + * [Getting started with Amazon SageMaker Feature Store](./iam_example_iam_GettingStarted_028_section.html) + + * [Getting started with Config](./iam_example_config_service_GettingStarted_053_section.html) + + * [Getting started with Step Functions](./iam_example_iam_GettingStarted_080_section.html) + @@ -290,0 +321,2 @@ For a complete list of AWS SDK developer guides and code examples, see [Using th + * [Moving hardcoded secrets to Secrets Manager](./iam_example_secrets_manager_GettingStarted_073_section.html) + @@ -308,0 +341,2 @@ For a complete list of AWS SDK developer guides and code examples, see [Using th + * [Run CPU stress tests on EC2 instances using FIS](./iam_example_iam_GettingStarted_069_section.html) + @@ -310,0 +345,4 @@ For a complete list of AWS SDK developer guides and code examples, see [Using th + * [Setting up Systems Manager](./iam_example_iam_GettingStarted_046_section.html) + + * [Using property variables in CloudWatch dashboards to monitor multiple Lambda functions](./iam_example_iam_GettingStarted_032_section.html) +