From 59e85a4908c5c871fbe3de3625423752ec2b1171 Mon Sep 17 00:00:00 2001 From: Brady Dowling Date: Wed, 12 Oct 2016 12:17:21 -0700 Subject: [PATCH] Fix some awkward/incorrect grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 420a358..d4f7b1d 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ General Information - [EMR](#emr): Managed Hadoop - [Elasticsearch](https://aws.amazon.com/elasticsearch-service/): Managed Elasticsearch - [ElastiCache](https://aws.amazon.com/elasticache/): Managed Redis and Memcached -- **Optional but important infrastructure:** These are key and useful infrastructure components that are less widely known and used. You may have legitimate reasons to prefer alternatives, so evaluate with care you to be sure they fit your needs: +- **Optional but important infrastructure:** These are key and useful infrastructure components that are less widely known and used. You may have legitimate reasons to prefer alternatives, so evaluate with care to be sure they fit your needs: - ⛓[Lambda](#lambda): Running small, fully managed tasks “serverless” - [CloudTrail](https://aws.amazon.com/cloudtrail/): AWS API logging and audit (often neglected but important) - ⛓🕍[CloudFormation](#cloudformation): Templatized configuration of collections of AWS resources @@ -452,7 +452,7 @@ So if you’re not going to manage your AWS configurations manually, what should ### General Visibility -- 🔹[**Tagging resources**](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) is an essential practice, especially as organizations grow, to better understand your resource usage. For example, you can through automation or convention add tags: +- 🔹[**Tagging resources**](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html) is an essential practice, especially as organizations grow, to better understand your resource usage. For example, through automation or convention, you can add tags: - For the org or developer that “owns” that resource - For the product that resource supports - To label lifecycles, such as temporary resources or one that should be deprovisioned in the future