Hi guys, I am new to pulumi, is there any starter ...
# general
m
Hi guys, I am new to pulumi, is there any starter to start a infra with s3, cloudfront, eks, loadBalancer?
s
This template (available via
pulumi new
) will help stand up an S3 bucket and a CloudFront distribution: https://www.pulumi.com/templates/static-website/aws/ And this template (also available via
pulumi new
) will help stand up EKS: https://www.pulumi.com/templates/kubernetes/aws/ The “glue code” to put both of these together is left as an exercise for the reader (you 🙂). If you run into issues, feel free to ask!
m
Got it let me try
s
Hit us up if you have questions!