Hi, I'm wondering if Pulumi has first class suppor...
# general
m
Hi, I'm wondering if Pulumi has first class support for Packer like the Docker.Image resource? I'd like to set up a bastion instance as part of my Pulumi stack and I'd like to build the AMI for it with Packer
b
No we don't support packer
👍 1
l
It supports EC2 Image Builder very well though 🙂
👀 1
b
(off topic) @little-cartoon-10569 have you tried image builder? Is it useful?
l
Yes, we use it here. It does the job nicely. If we were building for multiple platforms then we'd go with Packer, but Image Builder works for us.