AWS IAM documentation change
Summary
Added tags 'project=doc-smith' and 'tutorial=aws-iot-device-defender-gs' to IAM roles, IoT audit tasks, mitigation actions, and SNS topics.
Security assessment
Changes are exclusively for resource tagging purposes. No security vulnerabilities are addressed, and no security features are documented.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iot_GettingStarted_079_section.md b/IAM/latest/UserGuide/iam_example_iot_GettingStarted_079_section.md index 9a77f8d1b..75b5760dc 100644 --- a//IAM/latest/UserGuide/iam_example_iot_GettingStarted_079_section.md +++ b//IAM/latest/UserGuide/iam_example_iot_GettingStarted_079_section.md @@ -154,0 +155,2 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + aws iam tag-role --role-name "$ROLE_NAME" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-iot-device-defender-gs 2>&1 || true + @@ -417,0 +420,3 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + # Tag the audit task via IoT service + aws iot tag-resource --resource-arn "arn:aws:iot:$(aws configure get region):${ACCOUNT_ID}:audittask/${TASK_ID}" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-iot-device-defender-gs 2>&1 || true + @@ -526,0 +532 @@ There's more on GitHub. Find the complete example and learn how to set up and ru + aws iot tag-resource --resource-arn "$MITIGATION_ACTION_ARN" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-iot-device-defender-gs 2>&1 || true @@ -606 +612 @@ There's more on GitHub. Find the complete example and learn how to set up and ru - SNS_RESULT=$(aws sns create-topic --name "IoTDDNotifications" --output json 2>&1) || true + SNS_RESULT=$(aws sns create-topic --name "IoTDDNotifications" --tags Key=project,Value=doc-smith Key=tutorial,Value=aws-iot-device-defender-gs --output json 2>&1) || true