AWS::ECS::Service NetworkConfiguration
The NetworkConfiguration
property specifies an object representing the network configuration for a
task or service.
Syntax
To declare this entity in your Amazon 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