AWS keyspaces documentation change
Summary
Fixed IAM role ARN format in example (hyphens removed from account ID)
Security assessment
Formatting correction of example ARN without any security-related context or changes to security controls
Diff
diff --git a/keyspaces/latest/devguide/S3-tutorial-step1.md b/keyspaces/latest/devguide/S3-tutorial-step1.md index 066feadb9..3bed722a8 100644 --- a//keyspaces/latest/devguide/S3-tutorial-step1.md +++ b//keyspaces/latest/devguide/S3-tutorial-step1.md @@ -62 +62 @@ To confirm that the IAM role was created and to review the details, you can use - "Arn": "arn:aws:iam::1111-2222-3333:role/iam-export-role", + "Arn": "arn:aws:iam::111122223333:role/iam-export-role",