From f4e53f101238b283d517478ddfbdfb0df1ff1a97 Mon Sep 17 00:00:00 2001 From: Alejandro Leal Date: Wed, 27 May 2020 14:39:39 -0400 Subject: [PATCH] Fixing spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a3ae36..b245bd6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is an example of a daemon process that monitors a filesystem mountpoint and ## Assumptions: 1. Code is running on an AWS EC2 instance -2. The insance and AMI use HVM virtualization +2. The instance and AMI use HVM virtualization 3. The instance AMI allows device names like `/dev/xvdb*` and will not remap them 4. The instance is using a Linux based OS with either **upstart** or **systemd** system initialization 5. The instance has a IAM Instance Profile with appropriate permissions to create and attach new EBS volumes. See the [IAM Instance Profile](#iam_instance_profile) section below for more details