From the course: AWS Well-Architected Framework: Reliability Pillar

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Foundations of redundant networks

Foundations of redundant networks - Amazon Web Services (AWS) Tutorial

From the course: AWS Well-Architected Framework: Reliability Pillar

Start my 1-month free trial

Foundations of redundant networks

- [Narrator] There are five design principles recommended by the reliability pillar. And the first one to consider is the automation aspect, the automatic application recovery when there's problems. How do I know that my application is having a problem? Well, I have to monitor it probably with CloudWatch. If I monitor my application using performance indicators, these indicators could be network indicators, CPU indicators, RAM indicators, storage indicators, which would give me some information as to how the application is operating. And also tell me when there's a failure. So when I define that CPU utilization, if it's over 70%, I need something to swing into action, to solve this problem. Or when something fails, what is my automated response? When that threshold is breached, an alarm should kick in and alert somebody or something to solve the problem. So we want to plan for and stop the failures, ideally, before they…

Contents