Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions modules/rosa-create-an-iam-role-policy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ $ aws iam create-role \
--role-name CustomerLogDistribution-RH \
--assume-role-policy-document file://assume-role-policy.json
----
+
[NOTE]
====
The `role_arn` name should be something similar to `arn:aws:iam::aws_account_ID:role/CustomerLogDistribution-<any-name>`. You choose the name for `<any-name>`.
====

.Next steps

Expand Down