Rogelio
06/07/2024, 11:21 PM"network_configuration": {
"type": "object",
"title": "Network Configuration",
"default": {
"subnets": [
"subnet-XX"
],
"assignPublicIp": "DISABLED",
"securityGroups": [
"sg-XX"
]
},
"description": "Apply a custom network configuration. See the [AWS documentation](<https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html>) for available options."
}
Also I've explicitly declared the VPC ID which seems to be required for this to run, but I'm still getting the same error.
Does anyone know how to fix this?