From b774fcab1652901498dfb427eef4040a98b93de8 Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Mon, 10 Oct 2016 10:11:18 -0700 Subject: [PATCH] Fix duplicate item. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b5bd016..f0bc62c 100644 --- a/README.md +++ b/README.md @@ -932,7 +932,6 @@ RDS ### RDS Gotchas and Limitations -- RDS instances run on EBS volumes, and hence are constrained by the EBS performance. - ⏱RDS instances run on EBS volumes, and hence are constrained by the EBS performance. - 🔸Verify what database features you need, as not everything you might want is available on RDS. For example, if you are using Postgres, check the list of [supported features and extensions](http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#SQLServer.Concepts.General.FeatureSupport). If the features you need aren’t supported by RDS, you’ll have to deploy your database yourself.