Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::Pipes::Pipe AwsVpcConfiguration

Focus mode
AWS::Pipes::Pipe AwsVpcConfiguration - AWS CloudFormation
Filter View

This structure specifies the VPC subnets and security groups for the task, and whether a public IP address is to be used. This structure is relevant only for ECS tasks that use the awsvpc network mode.

Syntax

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

JSON

{ "AssignPublicIp" : String, "SecurityGroups" : [ String, ... ], "Subnets" : [ String, ... ] }

YAML

AssignPublicIp: String SecurityGroups: - String Subnets: - String

Properties

AssignPublicIp

Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption

SecurityGroups

Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used.

Required: No

Type: Array of String

Minimum: 1 | 0

Maximum: 1024 | 5

Update requires: No interruption

Subnets

Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

Required: Yes

Type: Array of String

Minimum: 1 | 0

Maximum: 1024 | 16

Update requires: No interruption

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.