aws-samples / aws-refarch-wordpress

This reference architecture provides best practices and a set of YAML CloudFormation templates for deploying WordPress on AWS.
MIT No Attribution
1.08k stars 601 forks source link

ELB Health Check #25

Open dylanbaribeault opened 6 years ago

dylanbaribeault commented 6 years ago

Running 2.0.1 Min. 2 Instances Max 4 Instances 2 AZs

ASG running ELB Health check, scaling, but I do not see any reason why. Starts 2 new instances and shuts down the original two. Caught in a loop and stops on the 5th cycle.

Issue looks to be similar to #7

michael-newman commented 6 years ago

Yes, sounds similar to my issues...

As soon as I migrate my site over to this infrastructure, it is horribly slow. The latency causes the healthcheck to fail, then ASG cycles. Unfortunately, I/AWS can NOT figure out the root cause of the latency, yet.

Are your issues occurring with the fresh install of WordPress from the template or after you migrate a site over to this infrastructure?

dylanbaribeault commented 6 years ago

The issue is occurring with a fresh install.