-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yml
38 lines (37 loc) · 1.47 KB
/
metadata.yml
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
#name - DNS-friendly name for the workshop. This will be used when generating the hosting URL (ie. https://my-first-workshop.workshops.aws/)
name: chaos-engineering
#title - The title of your workshop
title: Chaos engineering on AWS
#description - A short description that will be displayed in search results
description: "This workshop provides an introduction to chaos engineering using AWS tooling, with a core focus on AWS Fault Injection Simulator. It introduces the core elements of chaos engineering: stress, observe. You will learn how to use FIS to stress / disrupt infrastructure to validate resilience in your system setup and demonstrates how to use other AWS tools to observe and improve your system resilience."
#categories - Refer to official AWS categories covered by the workshop content here
categories:
- FIS
- Chaos Engineering
- Development
- Operations
- Observability
#services - Refer to the official AWS service names covered by the workshop content here
services:
- "FIS"
- "CloudWatch"
- "DevOps Guru"
- "ECS"
- "EKS"
- "EC2"
- "RDS"
- "Aurora"
#level - Approximate skill level needed for this workshop
level: 300
#duration - Estimated duration in minutes
duration: 480
#cost - Cost in USD. If the content is offered without cost, enter 0
cost: 10
#author - Amazon alias of the primary author of the content
author: rudpot
#audience - Names of the personas associated with this workshop
audience:
- IT Professional
- Developer
- QA
- Ops