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

@ -2,7 +2,7 @@
:information_source:  This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE
:bar_chart:  There are currently **2112** exercises and questions
:bar_chart:  There are currently **2138** exercises and questions
:books:  To learn more about DevOps and SRE, check the resources in [devops-resources](https://github.com/bregman-arie/devops-resources) repository
@ -1884,9 +1884,11 @@ Using the `last` command.
#### Linux Hardware
<details>
<summary>Where can you find information on the processor?</summary><br><b>
<summary>Where can you find information on the processor (like number of CPUs)?</summary><br><b>
/proc/cpuinfo
You can also use `nproc` for number of processors
</b></details>
<details>