Skip to content

Commit 251cd11

Browse files
authored
Merge pull request #66189 from jneczypor/OSDOCS-7764
OSDOCS-7764: Workflow correction to ROSA Shared VPC page
2 parents a687b97 + 5aa3b76 commit 251cd11

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

modules/rosa-sharing-vpc-cluster-creation.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ image::372_OpenShift_on_AWS_persona_worflows_0923_4.png[]
1717
* You have the hosted zone ID from the *VPC Owner*.
1818
* You have the AWS region from the *VPC Owner*.
1919
* You have the subnet IDs from the *VPC Owner*.
20+
* You have the `SharedVPCRole` ARN from the *VPC Owner*.
2021
2122
.Procedure
2223
* In a terminal, enter the following command to create the shared VPC:

modules/rosa-sharing-vpc-creation-and-sharing.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,5 @@ $ aws iam attach-role-policy --role-name <role_name> --policy-arn \ <1>
104104
<2> Replace _<AWS_account_ID>_ with the *VPC Owner's* AWS account ID.
105105
--
106106
+
107-
. In the link:https://us-east-1.console.aws.amazon.com/ram/[Resource Access Manager of the AWS console], create a resource share that shares the previously created public and private subnets with the *Cluster Creator's* AWS account ID.
108107

109-
. After you create the resource share, provide the `SharedVPCRole` ARN to the *Cluster Creator* to continue configuration.
108+
. Provide the `SharedVPCRole` ARN to the *Cluster Creator* to continue configuration.

modules/rosa-sharing-vpc-hosted-zones.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ image::372_OpenShift_on_AWS_persona_worflows_0923_3.png[]
1616
1717
.Procedure
1818

19+
. In the link:https://us-east-1.console.aws.amazon.com/ram/[Resource Access Manager of the AWS console], create a resource share that shares the previously created public and private subnets with the *Cluster Creator's* AWS account ID.
20+
1921
. Update the VPC sharing IAM role and add the _Installer_ and _Ingress Operator Cloud Credentials_ roles to the principal section of the trust policy.
2022
+
2123
[source,terminal]

0 commit comments

Comments
 (0)