Does Pulumi support using Ansible as configuration...
# general
c
Does Pulumi support using Ansible as configuration management when deploying an EC2 instance? How would I provision using Type Script?
g
Pulumi does not have specific support for Ansible, no. Regarding provisioning, what are you looking to do?
You can provide scripts to EC2 instances via userdata.
c
Thanks @gentle-diamond-70147 I am looking at a way to provision an EC2 instance and bootstrap it using Ansible rather than baking all the configuration in to an AMI.