AWS::PCS::Cluster Networking - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::PCS::Cluster Networking

TThe networking configuration for the cluster's control plane.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "SecurityGroupIds" : [ String, ... ], "SubnetIds" : [ String, ... ] }

YAML

SecurityGroupIds: - String SubnetIds: - String

Properties

SecurityGroupIds

The list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.

Required: No

Type: Array of String

Update requires: Replacement

SubnetIds

The list of subnet IDs where Amazon PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon PCS resources. The subnet must have an available IP address, cannot reside in Amazon Outposts, Amazon Wavelength, or an Amazon Local Zone. Amazon PCS currently supports only 1 subnet in this list.

Required: No

Type: Array of String

Update requires: Replacement