|
| 1 | +[id="installing-restricted-networks-aws"] |
| 2 | += Installing a cluster on AWS that uses mirrored installation content |
| 3 | +include::modules/common-attributes.adoc[] |
| 4 | +:context: installing-restricted-networks-aws |
| 5 | + |
| 6 | +toc::[] |
| 7 | + |
| 8 | +In {product-title} version {product-version}, you can install a |
| 9 | +cluster on Amazon Web Services (AWS) using infrastructure that you provide and |
| 10 | +an internal mirror of the installation release content. |
| 11 | + |
| 12 | +[IMPORTANT] |
| 13 | +==== |
| 14 | +While you can install a {product-title} cluster by using mirrored installation |
| 15 | +release content, your cluster still requires internet access to use the AWS APIs. |
| 16 | +==== |
| 17 | + |
| 18 | +One way to create this infrastructure is to use the provided |
| 19 | +CloudFormation templates. You can modify the templates to customize your |
| 20 | +infrastructure or use the information that they contain to create AWS objects |
| 21 | +according to your company's policies. |
| 22 | + |
| 23 | +.Prerequisites |
| 24 | + |
| 25 | +//* xref:../../installing/installing_restricted_networks/installing-restricted-networks-preparations.adoc[Create a mirror registry on your bastion host] |
| 26 | +// and obtain the `imageContentSources` data for your version of {product-title}. |
| 27 | +//// |
| 28 | +[IMPORTANT] |
| 29 | +==== |
| 30 | +Because the installation media is on the bastion host, use that computer |
| 31 | +to complete all installation steps. |
| 32 | +//// |
| 33 | +* Review details about the |
| 34 | +xref:../../architecture/architecture-installation.adoc#architecture-installation[{product-title} installation and update] |
| 35 | +processes. |
| 36 | +* xref:../../installing/installing_aws/installing-aws-account.adoc#installing-aws-account[Configure an AWS account] |
| 37 | +to host the cluster. |
| 38 | ++ |
| 39 | +[IMPORTANT] |
| 40 | +==== |
| 41 | +If you have an AWS profile stored on your computer, it must not use a temporary |
| 42 | +session token that you generated while using a multi-factor authentication |
| 43 | +device. The cluster continues to use your current AWS credentials to |
| 44 | +create AWS resources for the entire life of the cluster, so you must |
| 45 | +use key-based, long-lived credentials. To generate appropriate keys, see |
| 46 | +link:https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_access-keys.html[Managing Access Keys for IAM Users] |
| 47 | +in the AWS documentation. You can supply the keys when you run the installation |
| 48 | +program. |
| 49 | +==== |
| 50 | +* Download the AWS CLI and install it on your computer. See |
| 51 | +link:https://docs.aws.amazon.com/cli/latest/userguide/install-bundle.html[Install the AWS CLI Using the Bundled Installer (Linux, macOS, or Unix)] |
| 52 | +in the AWS documentation. |
| 53 | +* If you use a firewall and plan to use telemetry, you must |
| 54 | +xref:../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configure it to access Red Hat Insights]. |
| 55 | + |
| 56 | +include::modules/installation-about-restricted-network.adoc[leveloffset=+1] |
| 57 | + |
| 58 | +include::modules/cluster-entitlements.adoc[leveloffset=+1] |
| 59 | + |
| 60 | +include::modules/installation-aws-user-infra-requirements.adoc[leveloffset=+1] |
| 61 | + |
| 62 | +include::modules/installation-aws-permissions.adoc[leveloffset=+2] |
| 63 | + |
| 64 | +//You extract the installation program from the mirrored content. |
| 65 | + |
| 66 | +include::modules/ssh-agent-using.adoc[leveloffset=+1] |
| 67 | + |
| 68 | +include::modules/installation-generate-aws-user-infra.adoc[leveloffset=+1] |
| 69 | + |
| 70 | +// After the proxy change merges, I need to put it in and emphasize that you |
| 71 | +// must configure a proxy for the AWS mirrored content story. |
| 72 | + |
| 73 | +include::modules/installation-extracting-infraid.adoc[leveloffset=+1] |
| 74 | + |
| 75 | +include::modules/installation-creating-aws-vpc.adoc[leveloffset=+1] |
| 76 | + |
| 77 | +include::modules/installation-cloudformation-vpc.adoc[leveloffset=+2] |
| 78 | + |
| 79 | +include::modules/installation-creating-aws-dns.adoc[leveloffset=+1] |
| 80 | + |
| 81 | +include::modules/installation-cloudformation-dns.adoc[leveloffset=+2] |
| 82 | + |
| 83 | +include::modules/installation-creating-aws-security.adoc[leveloffset=+1] |
| 84 | + |
| 85 | +include::modules/installation-cloudformation-security.adoc[leveloffset=+2] |
| 86 | + |
| 87 | +include::modules/installation-aws-user-infra-rhcos-ami.adoc[leveloffset=+1] |
| 88 | + |
| 89 | +include::modules/installation-creating-aws-bootstrap.adoc[leveloffset=+1] |
| 90 | + |
| 91 | +include::modules/installation-cloudformation-bootstrap.adoc[leveloffset=+2] |
| 92 | + |
| 93 | +include::modules/installation-creating-aws-control-plane.adoc[leveloffset=+1] |
| 94 | + |
| 95 | +include::modules/installation-cloudformation-control-plane.adoc[leveloffset=+2] |
| 96 | + |
| 97 | +include::modules/installation-aws-user-infra-bootstrap.adoc[leveloffset=+1] |
| 98 | + |
| 99 | +//// |
| 100 | +[id="installing-workers-aws-user-infra"] |
| 101 | +== Creating worker nodes |
| 102 | +
|
| 103 | +You can either manually create worker nodes or use a MachineSet to create worker |
| 104 | +nodes after the cluster deploys. If you use a MachineSet to create and maintain |
| 105 | +the workers, you can allow the cluster to manage them. This allows you to easily |
| 106 | +scale, manage, and upgrade your workers. |
| 107 | +//// |
| 108 | + |
| 109 | + |
| 110 | +include::modules/installation-creating-aws-worker.adoc[leveloffset=+2] |
| 111 | + |
| 112 | +include::modules/installation-cloudformation-worker.adoc[leveloffset=+3] |
| 113 | + |
| 114 | +//You install the CLI on the bastion host. |
| 115 | + |
| 116 | +include::modules/cli-logging-in-kubeadmin.adoc[leveloffset=+1] |
| 117 | + |
| 118 | +include::modules/installation-approve-csrs.adoc[leveloffset=+1] |
| 119 | + |
| 120 | +include::modules/installation-operators-config.adoc[leveloffset=+1] |
| 121 | + |
| 122 | +include::modules/installation-registry-storage-config.adoc[leveloffset=+2] |
| 123 | + |
| 124 | +include::modules/registry-configuring-storage-aws-user-infra.adoc[leveloffset=+3] |
| 125 | + |
| 126 | +include::modules/installation-registry-storage-non-production.adoc[leveloffset=+3] |
| 127 | + |
| 128 | +include::modules/installation-aws-user-infra-installation.adoc[leveloffset=+1] |
| 129 | + |
| 130 | +.Next steps |
| 131 | + |
| 132 | +* xref:../../installing/install_config/customizations.adoc#customizations[Customize your cluster]. |
| 133 | +* If necessary, you can |
| 134 | +xref:../../telemetry/opting-out-of-telemetry.adoc#opting-out-of-telemetry[opt out of telemetry]. |
0 commit comments