AWS::ECS::Service NetworkConfiguration
The network configuration for a task or service.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AwsvpcConfiguration" :
AwsVpcConfiguration
}
Properties
AwsvpcConfiguration
-
The VPC subnets and security groups that are associated with a task.
Note
All specified subnets and security groups must be from the same VPC.
Required: No
Type: AwsVpcConfiguration
Update requires: No interruption