Topic 9 Question 51
2 つ選択Which of these statements about resilience testing are true?
In a resilience test, your application should keep running with little or no downtime.
To test the resilience of an autoscaling instance group, you can terminate a random instance within that group.
In order for an application to survive instance failures, it should not be stateless.
Resilience testing is the same as disaster recovery testing.
解説
Resilience testing is similar to disaster recovery testing because youre testing what happens when infrastructure fails, but the difference is that in resilience testing, youre expecting your application to keep running, with little or no downtime. With disaster recovery testing, some downtime is expected. One common testing scenario is to terminate a random instance within an autoscaling instance group. Netflix created software called Chaos Monkey that automates this sort of testing. If your application in the autoscaling instance group is stateless, then it should be able to survive this sort of failure without any noticeable impact on users. Reference: https://cloudacademy.com/google/managing-your-google-cloud-infrastructure-course/testing.html
コメント(5)
AB is right
👍 14Ziegler2020/06/06I think A,B because disaster recovery is not the same that resilience testing.
👍 3francisco_guerra2020/11/27AB is right
👍 2AjayChakiat2021/03/23
シャッフルモード