When creating a ecs ec2 service, how could we prov...
# aws
q
When creating a ecs ec2 service, how could we provide sharedMemorySize in linuxParameters? As if now it seems to be missing.
f
I believe you should be able to stick that into
containerDefinitions
within the task definition: https://www.pulumi.com/docs/reference/pkg/aws/ecs/taskdefinition/
q
Ok, but do we need to supply the whole JSON?