mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
24 lines
982 B
Plaintext
24 lines
982 B
Plaintext
|
|
// Module included in the following assemblies:
|
||
|
|
//
|
||
|
|
// * hosted_control_planes/hcp-manage/hcp-manage-aws.adoc
|
||
|
|
|
||
|
|
:_mod-docs-content-type: CONCEPT
|
||
|
|
[id="hcp-managed-aws-infra-hc_{context}"]
|
||
|
|
= Infrastructure requirements for an {aws-short} account in a hosted cluster
|
||
|
|
|
||
|
|
When your infrastructure is managed by {hcp} in a hosted cluster {aws-first} account, the infrastructure requirements differ depending on whether your clusters are public, private, or a combination.
|
||
|
|
|
||
|
|
For accounts with public clusters, the infrastructure requirements are as follows:
|
||
|
|
|
||
|
|
* Node pools must have EC2 instances that have `Role` and `RolePolicy` defined.
|
||
|
|
|
||
|
|
For accounts with private clusters, the infrastructure requirements are as follows:
|
||
|
|
|
||
|
|
* One private link endpoint for each availability zone
|
||
|
|
* EC2 instances for node pools
|
||
|
|
|
||
|
|
For accounts with public and private clusters, the infrastructure requirements are as follows:
|
||
|
|
|
||
|
|
* One private link endpoint for each availability zone
|
||
|
|
* EC2 instances for node pools
|