mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
19 lines
675 B
Plaintext
19 lines
675 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_aws/installing-aws-user-infra.adoc
|
|
// * installing/installing_aws/installing-restricted-networks-aws.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="installation-cloudformation-worker_{context}"]
|
|
= CloudFormation template for compute machines
|
|
|
|
You can deploy the compute machines that you need for your {product-title} cluster by using the following CloudFormation template.
|
|
|
|
.CloudFormation template for compute machines
|
|
[%collapsible]
|
|
====
|
|
[source,yaml]
|
|
----
|
|
include::https://raw.githubusercontent.com/openshift/installer/release-4.20/upi/aws/cloudformation/06_cluster_worker_node.yaml[]
|
|
----
|
|
==== |