The CloudFormation is an AWS infrastructure editor that enables you to set up the resources that are required to create, run, and manage API Tasks on your AWS private cloud environment.

You must download the Automation Anywhere Cloud Service CloudFormation template from A-People. The template contains various parameters that allow you to define the various C resources that you must provision for Automation Anywhere Cloud Service. Upload the template to the AWS CloudFormation console and define the values for appropriate parameters to create a CloudFormation stack. The stack configures and provisions the resources from AWS private cloud.

For more information about AWS CloudFormation, see Create a stack from the CloudFormation console

Parameter table

The following parameters are available in the CloudFormation template. You can define the appropriate values for each parameter in the Specify stack details page of the CloudFormation console.

Parameter Values
AwsAccountId The AWS account ID of the Automation Anywhere Cloud Service AWS account.
AwsRegion The region in which the Automation Anywhere Cloud Service AWS account is available.
CertificateArn The ARN of the ACM certificate that Automation Anywhere Cloud Service endpoint uses.
AACSDomainName The FQDN of the Automation Anywhere Cloud Service endpoint that you configure when creating the hosted zones.
CRDomainName The Control Room domain that must be used for any REST API calls.
ControlRoomSubnetsCidr The CIDR block of all the Control Room subnets. Ensure that this CIDR block does not overlap with KubernetesServiceCidr, ApiTaskSubnetCidr, or any other subnet CIDR in the Automation Anywhere Cloud Service AWS account.
AACSSubnetsCidr The CIDR block of the Automation Anywhere Cloud Service AWS VPC that this CloudFormation template creates. It must be a valid CIDR block with a /16 subnet mask. Ensure that this CIDR block does not overlap with KubernetesServiceCidr, ControlRoomSubnetsCidr, or any other subnet CIDR in the Automation Anywhere Cloud Service 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 Automation Anywhere Cloud Service AWS account. We recommend using the default 172.20.0.0/16, unless it overlaps with another CIDR block in your environment.
ExistingVpcId The ID of any existing VPC that you can use for deploying Automation Anywhere Cloud Service.
InternetGatewayId The internet gateway ID associated with your VPC.
Repository The repository path where the helm charts are located. Only change this value if you have copies of the ACS helm charts in a private repository. The default value is public.ecr.aws/r3y6m7m6.
Release38CompatibilityMode If you are deploying Control Room version 38, set this as true. For all other releases, set this to false.