forked from aws-samples/disaster-recovery-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
41 lines (41 loc) · 1.27 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
39
40
41
#name - DNS-friendly name for the workshop. This will be used when generating the hosting URL (ie. https://my-first-workshop.workshops.aws/)
name: disaster-recovery
#title - The title of your workshop
title: Disaster Recovery on AWS
#description - A short description that will be displayed in search results
description: In this workshop, we will explore some of the techniques to support Disaster Recovery strategies based on multi-region approach.
#categories - Refer to official AWS categories covered by the workshop content here
categories:
- Containers
- Databases
- Networking
- Serverless
- Security
- Storage
- Disaster Recovery
- Well Architected
#services - Refer to the official AWS service names covered by the workshop content here
services:
- API Gateway
- Aurora
- CloudFront
- DynamoDB
- EC2
- ECR
- EKS
- Lambda
- S3
- Secrets Manager
#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: 0
#author - Amazon alias of the primary author of the content
author: piedadel
#audience - Names of the personas associated with this workshop
audience:
- Solutions Architect
- Developer
- SRE