Does anyone know if there is a pulumi template to ...
# getting-started
b
Does anyone know if there is a pulumi template to deploy a container to fargate allowing for https traffic on the load balancer?
i
Hi Rodrigo, you can get started with the AI generated example - https://www.pulumi.com/ai/conversations/11249816-9853-4c78-92f4-411d0d3cbe64
b
Thanks I tried it but it seems to reference a version of pulumi packages that is not matching the latest one, using the script provided by pulimi AI gives me type errors
b
There’s no out of the box template, but you can try an example here: https://github.com/search?q=repo%3Ajaxxstorm%2Fpulumi-examples%20fargate&type=code
v
make all the magic
https://devpress.csdn.net/cicd/62ec87d089d9027116a112c0.html this example helped me to go to good track
for the HTTPS configuration, just use the annotations defined in this documentation https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.5/guide/ingress/annotations/#tls
b
thank you @billowy-army-68599 and @victorious-architect-78054
I will post a case study on my use case, I ended up finding out that pulumi/awsx package exports
classic
which allows you to reference the non wrapped awsx exports, which from the ai provided scripts it seemed that it was referencing
classic
instead of the
pulumi/awsx
awsx export