forked from dmytrostriletskyi/diagrams-as-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
all-fields.yaml
63 lines (63 loc) · 1.47 KB
/
all-fields.yaml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
diagram:
name: Web Services Architecture on AWS
file_name: web-services-architecture-aws
format: jpg
direction: left-to-right
style:
graph:
splines: ortho
node:
shape: circle
edge:
color: '#000000'
label_resources: false
open: true
resources:
- id: dns
name: DNS
type: aws.network.Route53
relates:
- to: elb
direction: outgoing
label: Makes Request
color: brown
style: dotted
- id: elb
name: ELB
type: aws.network.ELB
relates:
- to: web-services.graphql-api
direction: outgoing
label: Proxy Request
color: firebrick
style: dashed
- id: web-services
name: Web Services
type: cluster
of:
- id: graphql-api
name: GraphQL API
type: group
of:
- id: first-ecs
name: GraphQL API №1
type: aws.compute.ECS
- id: second-ecs
name: GraphQL API №2
type: aws.compute.ECS
relates:
- to: databases.leader
direction: outgoing
- id: databases
name: Databases
type: cluster
of:
- id: leader
name: R/W Leader
type: aws.database.RDS
relates:
- to: databases.follower
direction: undirected
- id: follower
name: R/O Follower
type: aws.database.RDS