1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/rosa-aws-iam.adoc
Janelle Neczypor bf79e13ee4 OSDOCS-5711
2023-04-21 12:27:03 +00:00

38 lines
1.0 KiB
Plaintext

// Module included in the following assemblies:
//
// * rosa_install_access_delete_clusters/rosa_getting_started_iam/rosa-aws-prereqs.adoc
[id="rosa-policy-iam_{context}"]
= Red Hat managed IAM references for AWS
Red Hat is responsible for creating and managing the following Amazon Web Services (AWS) resources: IAM policies, IAM users, and IAM roles.
[id="rosa-iam-policies_{context}"]
== IAM Policies
[NOTE]
====
IAM policies are subject to modification as the capabilities of {product-title} change.
====
* The `AdministratorAccess` policy is used by the administration role. This policy provides Red Hat the access necessary to administer the {product-title} (ROSA) cluster in the customer's AWS account.
+
----
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "*",
"Resource": "*",
"Effect": "Allow"
}
]
}
----
[id="rosa-iam-users_{context}"]
== IAM users
The `osdManagedAdmin` user is created immediately after installing ROSA into the customer's AWS account.