Hi All,
I am working on Introduction to Data Engineering > Week 3 > Graded Programming Assignment 2: Good Data Architecture.
I have followed the instructions and tried the following:
7.2.4. Perform a more intense test with Apache Benchmark to test the scaling policy that was created. Go to CloudShell and run the following command (replace ALB-DNS
with the DNS Name
of your ALB):
ab -n 1000000 -c 200 http://<ALB-DNS>/
When I tried to stress test the system, it seemed that soon after the additional instances were created, they were terminated by AWS.
Anyone knows what happened? Thanks!