IMPORTANT NOTE: This site is not official Red Hat documentation and is provided for informational purposes only. These guides may be experimental, proof of concept, or early adoption. Officially supported documentation is available at docs.openshift.com and access.redhat.com.

Creating a Public/Private BYO VPC for ROSA


Authors: Connor Wooley
Last Editor: Dustin Scott
Published Date: 14 June 2021
Modified Date: 25 May 2023


This is example Terraform to create a single AZ VPC in which to deploy a single AZ ROSA cluster. This is intended to be used as a guide to get started quickly, not to be used in production.

Pre-Requisites

Deploy

  1. Download this repo

    git clone https://github.com/rh-mobb/documentation.git
    cd documentation/docs/rosa/byo-vpc
    
  2. Modify main.tf as needed, then run

    terraform init
    terraform plan
    terraform apply
    

Cleanup

  1. To destroy resources
terraform destroy