AWS ec2 documentation change
Summary
Added project and tutorial tags to IAM roles, EC2 instance, and FIS experiment resources.
Security assessment
The changes only add metadata tags for resource organization/tracking purposes. No security configurations, vulnerabilities, or security features are modified or documented.
Diff
diff --git a/ec2/latest/devguide/example_iam_GettingStarted_069_section.md b/ec2/latest/devguide/example_iam_GettingStarted_069_section.md index 32a41ffe3..2e342c43b 100644 --- a//ec2/latest/devguide/example_iam_GettingStarted_069_section.md +++ b//ec2/latest/devguide/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"