Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#aws
Title
q
quaint-jelly-95055
05/14/2020, 9:37 AM
When creating a ecs ec2 service, how could we provide sharedMemorySize in linuxParameters? As if now it seems to be missing.
f
faint-table-42725
05/14/2020, 4:16 PM
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
quaint-jelly-95055
05/14/2020, 5:13 PM
Ok, but do we need to supply the whole JSON?
2 Views
Post