From 17f60dd5a22b16d57183133e5d3f2d3f8c2b25e8 Mon Sep 17 00:00:00 2001 From: Daniel Koo Date: Fri, 20 Jul 2018 21:32:38 -0400 Subject: [PATCH 1/3] Added information about threshold numbers --- docs/index.html | 9 +++++++-- mkdocs/docs/index.md | 13 ++++++++----- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/index.html b/docs/index.html index 81a6aea..6288edd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -349,7 +349,12 @@

FeaturesFeaturesExample IAM permissions"codedeploy:Get*", "codedeploy:List*", "directconnect:Describe*", + "dms:DescribeAccountAttributes", "dynamodb:Query", "dynamodb:DescribeTable", "dynamodb:ListTables", @@ -536,4 +537,4 @@

Example IAM permissions - \ No newline at end of file + From 5e0098eec5748f48923d090baa5fe5fcdb0ed79a Mon Sep 17 00:00:00 2001 From: Huriel Hernandez Date: Mon, 28 Jan 2019 15:52:07 -0500 Subject: [PATCH 3/3] Update AWS-Setup to include missing IAM permission dms:DescribeAccountAttributes --- mkdocs/docs/AWS-Setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs/docs/AWS-Setup.md b/mkdocs/docs/AWS-Setup.md index 0649a72..da84e91 100644 --- a/mkdocs/docs/AWS-Setup.md +++ b/mkdocs/docs/AWS-Setup.md @@ -37,6 +37,7 @@ IAM must contain proper permissions to obtain create limits report. "codedeploy:Get*", "codedeploy:List*", "directconnect:Describe*", + "dms:DescribeAccountAttributes", "dynamodb:Query", "dynamodb:DescribeTable", "dynamodb:ListTables", @@ -127,4 +128,4 @@ IAM must contain proper permissions to obtain create limits report. } ] } -``` \ No newline at end of file +```