Create a CloudFormation stack in your AWS account that VMware Tanzu Mission Control can use to back up cluster resources, and get the ARN for the stack to complete the credential creation.
Prerequisites
Make sure you have access to the account and that you have prepared the account to allow
Tanzu Mission Control to create clusters.
- Log in to the AWS console.
- Use the EC2 service to create an SSH key pair for each region that you plan to use with Tanzu Mission Control.
Note: The SSH key pair is not required to set up the cloud provider account connection. However,
Tanzu Mission Control requires an SSH key pair to create clusters. This key pair must exist for every region in which you want to create clusters. If you create a cloud provider account connection and subsequently attempt to use
Tanzu Mission Control to create a cluster in a region for which you have not defined this key pair, cluster creation fails. This failure occurs later in the cluster creation process, and appears as though creation is simply stalled or stuck. Therefore, it is best to create the key pair in each region at the time you create the cloud provider account connection.
Procedure
What to do next
After the stack is created, you can retrieve the role ARN. You need the role ARN to connect this CloudFormation stack in your AWS account to
Tanzu Mission Control.
- After the stack creation is complete, click the Outputs tab.
- On the outputs tab, find the message created by the template that shows the role ARN for the stack.
- Copy the role ARN shown in the message (for example,
arn:aws:iam::01234567890:role/clusterlifecycle.tmc.cloud.vmware.com
), and then return to the Tanzu Mission Control console to finish creating the connection.