Skip to content

Latest commit

 

History

History
84 lines (58 loc) · 4.95 KB

rosa-hcp-creating-cluster-with-aws-kms-key.adoc

File metadata and controls

84 lines (58 loc) · 4.95 KB

Creating ROSA with HCP clusters using a custom AWS KMS encryption key

Create a {product-title} (ROSA) with a {hcp} (HCP) cluster using a custom AWS Key Management Service (KMS) key.

{hcp-title} Prerequisites

To create a {hcp-title} cluster, you must have the following items:

  • A configured virtual private cloud (VPC)

  • Account-wide roles

  • An OIDC configuration

  • Operator roles

Creating a Virtual Private Cloud for your {hcp-title} clusters

You must have a Virtual Private Cloud (VPC) to create {hcp-title} cluster. You can use the following methods to create a VPC:

  • Create a VPC by using a Terraform template

  • Manually create the VPC resources in the AWS console

Note

The Terraform instructions are for testing and demonstration purposes. Your own installation requires some modifications to the VPC for your own use. You should also ensure that when you use this Terraform script it is in the same region that you intend to install your cluster. In these examples, use us-east-2.

Additional resources
  • See the Terraform VPC repository for a detailed list of all options available when customizing the VPC for your needs.

Additional resources