-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathweb-services-aws.yaml
61 lines (61 loc) · 1.56 KB
/
web-services-aws.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
diagram:
name: Web Services Architecture on AWS
open: true
resources:
- id: dns
name: DNS
type: aws.network.Route53
relates:
- to: elb
direction: outgoing
- id: elb
name: ELB
type: aws.network.ELB
relates:
- to: web-services.graphql-api
direction: outgoing
- id: web-services
name: Web Services
type: cluster
of:
- id: graphql-api
name: GraphQL API
type: group
of:
- id: first-api
name: GraphQL API №1
type: aws.compute.ECS
- id: second-api
name: GraphQL API №2
type: aws.compute.ECS
- id: third-api
name: GraphQL API №3
type: aws.compute.ECS
relates:
- to: databases.leader
direction: outgoing
- to: memcached
direction: outgoing
- id: databases
name: Databases
type: cluster
of:
- id: leader
name: R/W Leader
type: aws.database.RDS
relates:
- to: databases.followers
direction: undirected
- id: followers
name: R/O Followers
type: group
of:
- id: first-follower
name: R/O Follower №1
type: aws.database.RDS
- id: second-follower
name: R/O Follower №2
type: aws.database.RDS
- id: memcached
name: Memcached
type: aws.database.ElastiCache