AWS AmazonCloudWatch documentation change
Summary
Added tagging commands for IAM roles and resources in example code snippets
Security assessment
Changes add organizational tags (project/tutorial) to resources. No security vulnerabilities, configurations, or features are addressed or documented.
Diff
diff --git a/AmazonCloudWatch/latest/monitoring/example_iam_GettingStarted_069_section.md b/AmazonCloudWatch/latest/monitoring/example_iam_GettingStarted_069_section.md index c753b9d32..074465d3a 100644 --- a//AmazonCloudWatch/latest/monitoring/example_iam_GettingStarted_069_section.md +++ b//AmazonCloudWatch/latest/monitoring/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"