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.

Key AWS services for reliability

Key AWS services for reliability - Amazon Web Services (AWS) Tutorial

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

Start my 1-month free trial

Key AWS services for reliability

- [Instructor] There are key AWS services to consider when looking at designing an application and your infrastructure and working with reliability and resiliency, and the first utility to consider is the monitoring service CloudWatch. CloudWatch primarily works with metrics and alarms. When you order a service, CloudWatch adds the metrics for that service. You define the metrics and the timeframe for monitoring that metric and the alarm that will fire when you don't like what's going on. Your systems are too slow, your systems need more resources, your systems have failed. We could also use alerts and rules. You break the rule and you can respond with a Lambda function. A Lambda function can be written in most, any programming language and can do anything at AWS. Ultimately when you're monitoring using metrics, or when you using alerts and rules, when the communication needs to happen, you'll be working with the Simple…

Contents