用于 Automation Anywhere Cloud Service 的 CloudFormation 堆栈
- Updated: 2026/03/19
CloudFormation 是一个 AWS 基础设施编辑器,使您能够在 AWS 私有云环境中设置创建、运行和管理 API Tasks 所需的资源。
您必须从 A-People 下载 Automation Anywhere Cloud Service CloudFormation 模板。 该模板包含多个参数,可让您定义必须为 Automation Anywhere Cloud Service 预配的各种 C 资源。 将该模板上传到 AWS CloudFormation 控制台,并为相应参数定义数值,以创建 CloudFormation 堆栈。 该堆栈会配置并预配来自 AWS 私有云的资源。
有关 AWS CloudFormation 的详细信息,请参阅 Create a stack from the CloudFormation console。
参数表
以下参数可在 CloudFormation 模板中使用。 您可以在 CloudFormation 控制台的指定堆栈详细信息页面中为每个参数定义适当的值。
| 参数 | 值 |
|---|---|
| AwsAccountId | Automation Anywhere Cloud Service AWS 账户的 AWS 账户 ID。 |
| AwsRegion | Automation Anywhere Cloud Service AWS 账户可用的区域。 |
| CertificateArn | Automation Anywhere Cloud Service 端点使用的 ACM 证书的 ARN。 |
| AACSDomainName | 在创建托管区域时配置的 Automation Anywhere Cloud Service 端点的 FQDN。 |
| CRDomainName | 用于所有 REST API 调用所必须使用的 Control Room 域。 |
| ControlRoomSubnetsCidr | 所有 Control Room 子网的 CIDR 块。 确保此 CIDR 块不会与 KubernetesServiceCidr、ApiTaskSubnetCidr 或 Automation Anywhere Cloud Service AWS 账户中的任何其他子网 CIDR 重叠。 |
| AACSSubnetsCidr | 此 CloudFormation 模板创建的 Automation Anywhere Cloud Service AWS VPC 的 CIDR 块。 必须是一个带有 /16 子网掩码的有效 CIDR 块。 确保此 CIDR 块不会与 KubernetesServiceCidr、ControlRoomSubnetsCidr 或 Automation Anywhere Cloud Service AWS 中的任何其他子网 CIDR 重叠。 |
| KubernetesServiceCidr | 用于 Kubernetes 服务的 CIDR 块。 确保此 CIDR 块不会与 ApiTaskSubnetCidr、ControlRoomVpcCidr 或 Automation Anywhere Cloud Service AWS 账户中的任何其他子网 CIDR 重叠。 我们建议使用默认的 172.20.0.0/16,除非它与您环境中的其他 CIDR 块重叠。 |
| ExistingVpcId | 可用于部署 Automation Anywhere Cloud Service 的任意现有 VPC 的 ID。 |
| InternetGatewayId | 与您的 VPC 关联的互联网网关 ID。 |
| 存储库 | 存放 Helm Chart 的存储库路径。 仅当您在私有存储库中拥有 ACS Helm 图表的副本时,才需更改此值。 默认值为 public.ecr.aws/r3y6m7m6。 |
| Release38CompatibilityMode | 如果您正在部署 Control Room 版本 38,请将此项设置为 true。 对于所有其他版本,请将此项设置为 false。 |