AWS code-library documentation change
Summary
Added tagging commands for IAM roles, EC2 instances, and experiment resources
Security assessment
Changes implement resource tagging for organizational purposes. No evidence of security fixes or security feature documentation.
Diff
diff --git a/code-library/latest/ug/fis_example_iam_GettingStarted_069_section.md b/code-library/latest/ug/fis_example_iam_GettingStarted_069_section.md index e202f0d20..d768d50d1 100644 --- a//code-library/latest/ug/fis_example_iam_GettingStarted_069_section.md +++ b//code-library/latest/ug/fis_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"