AWS IAM documentation change
Summary
Added tags 'project=doc-smith' and 'tutorial=aws-fault-injection-service-gs' to IAM roles, EC2 instances, and experiments.
Security assessment
Changes implement resource tagging without modifying security controls or documenting security features. Tags don't affect access policies or vulnerability mitigation.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_GettingStarted_069_section.md b/IAM/latest/UserGuide/iam_example_iam_GettingStarted_069_section.md index ee474f1d5..170a9b3e5 100644 --- a//IAM/latest/UserGuide/iam_example_iam_GettingStarted_069_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_GettingStarted_069_section.md @@ -155,0 +156 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + aws iam tag-role --role-name "$FIS_ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-fault-injection-service-gs @@ -207,0 +209 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + aws iam tag-role --role-name "$EC2_ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-fault-injection-service-gs @@ -253 +255 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - --tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=FIS-Test-Instance}]') + --tag-specifications 'ResourceType=instance,Tags=[{Key=Name,Value=FIS-Test-Instance},{Key=project,Value=doc-smith},{Key=tutorial,Value=aws-fault-injection-service-gs}]') @@ -389 +391,3 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - "Name": "FIS-CPU-Stress-Experiment" + "Name": "FIS-CPU-Stress-Experiment", + "project": "doc-smith", + "tutorial": "aws-fault-injection-service-gs"