https://pulumi.com logo
#getting-started
Title
# getting-started
b

bulky-lunch-25547

10/11/2023, 2:01 AM
Does anyone know if there is a pulumi template to deploy a container to fargate allowing for https traffic on the load balancer?
i

incalculable-motherboard-92742

10/11/2023, 2:20 AM
Hi Rodrigo, you can get started with the AI generated example - https://www.pulumi.com/ai/conversations/11249816-9853-4c78-92f4-411d0d3cbe64
b

bulky-lunch-25547

10/11/2023, 2:43 AM
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

billowy-army-68599

10/11/2023, 6:17 AM
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

victorious-architect-78054

10/11/2023, 12:29 PM
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

bulky-lunch-25547

10/12/2023, 4:19 PM
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