Skip to content

Commit

Permalink
Merge pull request #2 from FINRAOS/gh-pages
Browse files Browse the repository at this point in the history
Merge
  • Loading branch information
HurielHernandez authored Apr 1, 2019
2 parents 18d26b7 + 5e0098e commit 4122b79
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/AWS-Setup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ <h3 id="example-iam-permissions">Example IAM permissions<a class="headerlink" hr
<span class="s2">&quot;codedeploy:Get*&quot;</span><span class="p">,</span>
<span class="s2">&quot;codedeploy:List*&quot;</span><span class="p">,</span>
<span class="s2">&quot;directconnect:Describe*&quot;</span><span class="p">,</span>
<span class="s2">&quot;dms:DescribeAccountAttributes&quot;</span><span class="p">,</span>
<span class="s2">&quot;dynamodb:Query&quot;</span><span class="p">,</span>
<span class="s2">&quot;dynamodb:DescribeTable&quot;</span><span class="p">,</span>
<span class="s2">&quot;dynamodb:ListTables&quot;</span><span class="p">,</span>
Expand Down Expand Up @@ -536,4 +537,4 @@ <h3 id="example-iam-permissions">Example IAM permissions<a class="headerlink" hr


</body>
</html>
</html>
9 changes: 7 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,12 @@ <h2 id="features">Features<a class="headerlink" href="#features" title="Permanen
<li>View dashboard with limits and usage for all of your AWS accounts</li>
<li>Filter dashboard display by Account number</li>
<li>Filter dashboard display by Region</li>
<li>Highlight services that are reaching max limit</li>
<li>Highlight services that are reaching max limit<ul>
<li>Healthy &lt;75%</li>
<li>Warning &gt;=75% &amp; &lt;80%</li>
<li>Danger &gt;=80%</li>
</ul>
</li>
<li>Download CSV report</li>
</ul>

Expand Down Expand Up @@ -401,4 +406,4 @@ <h2 id="features">Features<a class="headerlink" href="#features" title="Permanen


</body>
</html>
</html>
3 changes: 2 additions & 1 deletion mkdocs/docs/AWS-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -127,4 +128,4 @@ IAM must contain proper permissions to obtain create limits report.
}
]
}
```
```
13 changes: 8 additions & 5 deletions mkdocs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ limits for most of the AWS resources where the limit is either in TA, or
the particular service exposes the current limit values via API calls.

## Features
- View dashboard with limits and usage for all of your AWS accounts
- Filter dashboard display by Account number
- Filter dashboard display by Region
- Highlight services that are reaching max limit
- Download CSV report
* View dashboard with limits and usage for all of your AWS accounts
* Filter dashboard display by Account number
* Filter dashboard display by Region
* Highlight services that are reaching max limit
* Healthy <75%
* Warning >=75% & <80%
* Danger >=80%
* Download CSV report

0 comments on commit 4122b79

Please sign in to comment.