Hi all,
I’m still working on my Docker/Laravel setup; gave a preso yesterday about it that blew everyone away. Now I’ve come up with a toy project that I think would be useful and educational. I’d like to get some ideas how to approach it.
I currently have a webapp and a Wordpress instance on an EC2 instance. We are going to move the WP site onto another EC2 instance and put both behind an ALB running WAF.
I know CloudFormation is overkill for this and I prolly should just do it at the console, but I’d like to write a template file for this. I plan on copying your php-apache template file, stripping out everything but the ALB, add in WAF (somehow) and then figure out how to connect the ALB to two existing EC2 instances (somehow).
Any guidance or tips on how to accomplish this?