https://pulumi.com logo
c

curved-tent-22690

03/16/2019, 4:08 PM
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

white-balloon-205

03/16/2019, 6:59 PM
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

curved-tent-22690

03/18/2019, 12:54 PM
Thanks