AWS code-library documentation change
Summary
Added resource tagging commands for IAM roles and EC2 instances with project/tutorial metadata
Security assessment
Changes only add organizational tags (project/doc-smith) for resource management. No security controls, vulnerabilities, or security features are mentioned or modified.
Diff
diff --git a/code-library/latest/ug/cloudwatch_example_iam_GettingStarted_069_section.md b/code-library/latest/ug/cloudwatch_example_iam_GettingStarted_069_section.md index 98ed06ec9..aebce7a01 100644 --- a//code-library/latest/ug/cloudwatch_example_iam_GettingStarted_069_section.md +++ b//code-library/latest/ug/cloudwatch_example_iam_GettingStarted_069_section.md @@ -157,0 +158 @@ 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 @@ -209,0 +211 @@ 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 @@ -255 +257 @@ 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}]') @@ -391 +393,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"