-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
49 lines (35 loc) · 1.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="AWS Service Support table">
<meta name="keywords" content="aws,security,amazon,enterprise,defense,infosec,cyber">
<title>AWS Service Support table</title>
<link rel="icon" href="https://summitroute.com/favicon.ico" sizes="16x16 32x32 64x64" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css" integrity="sha384-PmY9l28YgO4JwMKbTvgaS7XNZJ30MK9FAZjjzXtlqyZCqBY6X6bXIkM++IkyinN+" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Roboto:regular" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-style: normal;
}
</style>
</head>
<body>
<div class="container">
<a href="https://github.com/SummitRoute/aws_research"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<center>
<h1>AWS Research</h1>
<img src="https://summitroute.com/img/logo.png" width="200px"><br>
Created by Scott Piper of Summit Route, an independent AWS security consultant.
</center>
<br><br>
This is a collection of tables and research related to AWS security.
<ul>
<li><a href="./service_support.html">AWS Service Support</a>: List of AWS services and whether they have SLAs, perform logging to CloudTrail, have encryption at rest by default, and other features.
<li><a href="./security_tool_comparison.html">Security tool comparison</a>: Compares the checks performed by PacBot, Prowler, Security Monkey, CloudMapper, TrustedAdvisor, and AWS Config rules.
</ul>
</div>