This commit is contained in:
Andrew Krug 2019-06-14 09:40:56 -07:00
Родитель 4d1a9f0776
Коммит 36fd2a208a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: BEBE65BA52166840
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -181,6 +181,6 @@ In the above codeblock there are two key terms `sampleLimit` and `threshold`.
For your lab exercise in this section choose the appropriate alert to do the following:
1. Detect the creation of new tags on instances, using simple alerts. The API call should be `ec2:TagInstance`. You can test this by adding a tag to a system in your account.
**Solution:** A solution has been provided (here)['solutions/02-alert-writing.md']
**Solution:** A solution has been provided [here](../solutions/02-alert-writing.md)
> Note: In an upcoming lab you will be able to use an aggregation as part of an investigation.