Hi, I would like to try to create a ECS cluster li...
# general
c
Hi, I would like to try to create a ECS cluster like this link https://containersonaws.com/architecture/private-load-balanced-service/, any good example or tutorial recommended ? thanks!
w
The https://github.com/pulumi/pulumi-awsx package makes this kind of thing generally very easy. I don't think there's any examples of exactly this architecture (it's a little off the most common path in having an EC2 instance in the public subnet which doesn't seem necessary for this architecture) - but any configuration of an architecture like this should be only a handful of lines of code using
awsx
.
c
Thanks