Add AWS exercise and questions

Mostly on Auto Scaling Groups.
This commit is contained in:
abregman
2021-11-23 16:15:54 +02:00
parent 6aa674a1c1
commit 195174a5b9
5 changed files with 120 additions and 3 deletions

View File

@@ -408,6 +408,12 @@ SNI allows a single server to serve multiple certificates using the same IP and
Practically this means that a single IP can server multiple web services/pages, each using a different certificate.
</b></details>
<details>
<summary>Explain "Web Cache Deception Attach"</summary><br><b>
[This blog post](https://omergil.blogspot.com/2017/02/web-cache-deception-attack.html) explains it in detail.
</b></details>
#### Security - Threats
<details>