From the course: AWS: High Availability

Unlock the full course today

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

Understanding fault-tolerant components

Understanding fault-tolerant components - Amazon Web Services (AWS) Tutorial

From the course: AWS: High Availability

Start my 1-month free trial

Understanding fault-tolerant components

- [Illustrator] It's possible to create remarkably fault-tolerant and highly available applications using AWS. Let's look at some of the fundamental components you can use to design a robust resilient system. Let's start off by looking at data storage options. Possibly the most well known AWS storage offering is Simple Storage Service or S3. It is the object storage offering that helped put AWS on the map. Accessible from anywhere there is an internet connection, it is a core component to have in your toolkit. The next storage offering to be aware of is called Elastic Block Store or EBS. EBS is storage which is directly attached to an elastic compute cloud, or EC2 instance. Think of EBS as adding an additional hard drive to a single computer. If you run Linux machines and have a need for a networked file system, Elastic File System or EFS is one possible solution. As a managed file system, EFS can be set up such that…

Contents