CloudFormation parameter table for API Task AWS account
- Updated: 2025/12/03
CloudFormation parameter table for API Task AWS account
Configure the CloudFormation template based on the parameters listed below before creating the stack in API Task AWS account.
Parameter table
Download the CloudFormation template for API Task AWS account and add your details in the respective parameters. After you create your CloudFormation template, log in to the API Task AWS account console, and create the CloudFormation stack.
| Parameter | Values |
|---|---|
| AccountId | The AWS account ID of the API Task AWS account. |
| Region | The region in which the API Task AWS account is available. |
| CertificateArn | The ARN of the ACM certificate to use for HTTPS with API Task AWS account. |
| Domain | The domain associated with the CertificateArn where API Task endpoints reside. |
| ControlRoomAwsAccountId | The account ID of the Control Room AWS account. |
| ControlRoomVpcCidr | The CIDR block of the VPC in the Control Room AWS account. Add this CIDR block as the Requester CIDR for the VPC peering. Ensure that this CIDR block does not overlap with KubernetesServiceCidr, ApiTaskSubnetCidr, or any other subnet CIDR in the API Task AWS account. |
| ApiTaskSubnetCidr | The CIDR block of the API Task AWS VPC that this CloudFormation template creates. It must be a valid CIDR block with a /16 subnet mask. Add this block as the Accepter CIDR for the VPC peering. Ensure that this CIDR block does not overlap with KubernetesServiceCidr, ControlRoomVpcCidr, or any other subnet CIDR in the API Task AWS. |
| KubernetesServiceCidr | The CIDR block used for Kubernetes services. Ensure that this CIDR block does not overlap with ApiTaskSubnetCidr, ControlRoomVpcCidr, or any other subnet CIDR in the API Task AWS account. We recommend using the default 172.20.0.0/16, unless it overlaps with another CIDR block in your environment. |
| ApiTaskAccessKeyId | The access key ID of IAM user in API Task AWS account |
| ApiTaskSecretAccessKey | The secret access key ID of IAM user in API Task AWS account |