Hi All,
I’m trying to install the httpd package in recently created EC2 instances in my playbook.
I have multiple playbooks in different roles that are being invoked at once.
When I get to add my recently created EC2 instances to the also recently created ELB, my registration fails once my instances doesn’t have httpd running yet and the health_check fails.
What would be the best approach in this case ?
- Installing httpd packages after the EC2 creation and then adding instances to the ELB ?
Thanks in advance,
—Gustavo