Up until now I've been launching EC2 instances manually, copying over a bash script that downloads my chef + chef artifacts, and calls chef-solo to provision an instance.
A former AWS engineer in the company had at one point created CF templates; which I barely know how to use.
Is there a way to integrate my bash script into the CF template, so that upon CF EC2 instance launch, my bash script is called and the instance is auto-provisioned
?