Skip to content

Commit 94bb371

Browse files
authored
Merge pull request #53699 from EricPonvelle/OSDOCS-4686_VPC-Req
OSDOCS-4686: Created a table for the VPC requirements
2 parents bdba9d6 + 3d6f154 commit 94bb371

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-quickly.adoc
4+
// * rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-with-customizations.adoc
5+
//
6+
:_content-type: REFERENCE
7+
[id="osd-aws-vpc-required-resources_{context}"]
8+
= Amazon VPC Requirements for non-PrivateLink ROSA clusters
9+
10+
To create an Amazon VPC, You must have the following:
11+
12+
* An internet gateway,
13+
* A NAT gateway,
14+
* Private and public subnets that have internet connectivity provided to install required components.
15+
16+
You must have at least one single private and public subnet for Single-AZ clusters, and you need at least three private and public subnets for Multi-AZ clusters.

rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-quickly.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ include::modules/rosa-sts-understanding-aws-account-association.adoc[leveloffset
3030

3131
* For detailed steps to create and link the {cluster-manager} and user IAM roles, see xref:../rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-quickly.adoc#rosa-sts-associating-your-aws-account_rosa-sts-creating-a-cluster-quickly[Associating your AWS account with your Red Hat organization].
3232
33+
include::modules/osd-aws-vpc-required-resources.adoc[leveloffset=+1]
34+
35+
[role="_additional-resources"]
36+
.Additional resources
37+
38+
* For more information about the default components required for an AWS cluster, see link:https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html[Default VPCs] in the AWS documentation.
39+
* For instructions on creating a VPC in the AWS console, see link:https://docs.aws.amazon.com/vpc/latest/userguide/create-vpc.html[Create a VPC] in the AWS documentation.
40+
3341
include::modules/rosa-sts-creating-a-cluster-quickly-ocm.adoc[leveloffset=+1]
3442
include::modules/rosa-sts-associating-your-aws-account.adoc[leveloffset=+2]
3543
include::modules/rosa-sts-creating-account-wide-sts-roles-and-policies.adoc[leveloffset=+2]

rosa_install_access_delete_clusters/rosa-sts-creating-a-cluster-with-customizations.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@ include::modules/rosa-sts-arn-path-customization-for-iam-roles-and-policies.adoc
3030
//* TBC - ROSA CLI reference.
3131
3232
include::modules/rosa-sts-support-considerations.adoc[leveloffset=+1]
33+
include::modules/osd-aws-vpc-required-resources.adoc[leveloffset=+1]
34+
35+
[role="_additional-resources"]
36+
.Additional resources
37+
38+
* For more information about the default components required for an AWS cluster, see link:https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html[Default VPCs] in the AWS documentation.
39+
* For instructions on creating a VPC in the AWS console, see link:https://docs.aws.amazon.com/vpc/latest/userguide/create-vpc.html[Create a VPC] in the AWS documentation.
40+
3341
include::modules/rosa-sts-creating-a-cluster-using-customizations.adoc[leveloffset=+1]
3442
include::modules/rosa-sts-creating-a-cluster-with-customizations-ocm.adoc[leveloffset=+2]
3543

0 commit comments

Comments
 (0)