This message was deleted.
# typescript
s
This message was deleted.
w
FargateTaskDefinition uses “awsvpc” mode by default (I believe Fargate itself does not support any other network modes). So you should be able to do everything noted in that blog post using the defaults from the awsx library.
s
okay thank you.