https://pulumi.com logo
Title
g

gifted-traffic-76521

10/30/2022, 1:56 PM
Does Pulumi have guides or tools for configuring an ec2 after launch from image? Or are we on our own with tools like ssh and fabric at that point? I'm good with that (have done a bunch of various things with bash, ssh and fabric in the past...), but hoping for something perhaps more elegant. I looked around the docs and guides but have not found anything yet. thanks
m

miniature-musician-31262

10/30/2022, 2:35 PM
The Command provider is often a good fit for this. Might work for you as well? https://www.pulumi.com/registry/packages/command/#remote-provisioning-of-an-ec2-instance
g

gifted-traffic-76521

10/30/2022, 2:37 PM
That looks like what I wanted. Thanks!
m

miniature-musician-31262

10/30/2022, 2:46 PM
You bet!
m

millions-furniture-75402

10/31/2022, 1:18 PM
FWIW, EC2 also supports cloud-init via cloud-config in user data
g

gifted-traffic-76521

10/31/2022, 2:06 PM
thanks! You would have thought I would have found this in aws already but no...