// Module included in the following assemblies: // // * installing/installing_aws/installing-aws-user-infra.adoc // * installing/installing_aws/installing-restricted-networks-aws.adoc [id="installation-cloudformation-bootstrap_{context}"] = CloudFormation template for the bootstrap machine You can use the following CloudFormation template to deploy the bootstrap machine that you need for your {product-title} cluster. .CloudFormation template for the bootstrap machine [%collapsible] ==== [source,yaml] ---- include::https://raw.githubusercontent.com/openshift/installer/release-4.6/upi/aws/cloudformation/04_cluster_bootstrap.yaml[] ---- ====