From d818fa4dbc2c238f3ae11a7af6e92f9e368ec16c Mon Sep 17 00:00:00 2001 From: grothja Date: Sun, 22 Jan 2017 07:22:41 -0500 Subject: [PATCH] Add db.t2.medium to RDS cluster instance types (#11336) --- .../docs/providers/aws/r/rds_cluster_instance.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/providers/aws/r/rds_cluster_instance.html.markdown b/website/source/docs/providers/aws/r/rds_cluster_instance.html.markdown index b02de2bb6..bf85c1bff 100644 --- a/website/source/docs/providers/aws/r/rds_cluster_instance.html.markdown +++ b/website/source/docs/providers/aws/r/rds_cluster_instance.html.markdown @@ -53,6 +53,7 @@ string. If omitted, a unique identifier will be generated. * `instance_class` - (Required) The instance class to use. For details on CPU and memory, see [Scaling Aurora DB Instances][4]. Aurora currently supports the below instance classes. + - db.t2.medium - db.r3.large - db.r3.xlarge - db.r3.2xlarge