-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig-sample.yml
152 lines (152 loc) · 4.46 KB
/
config-sample.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
---
log_level: DEBUG
rds_config:
region: ap-southeast-2
db_prefix: cf
allow_user_provision_parameters: true
allow_user_update_parameters: true
allow_user_bind_parameters: true
catalog:
services:
- id: ce71b484-d542-40f7-9dd4-5526e38c81ba
name: rds-mysql
description: RDS MySQL service
bindable: true
tags:
- mysql
- relational
metadata:
displayName: RDS MySQL
longDescription: A RDS MySQL service
providerDisplayName: Amazon Web Services
documentationUrl: https://aws.amazon.com/documentation/rds/
supportUrl: https://forums.aws.amazon.com/forum.jspa?forumID=60
plan_updateable: true
plans:
- id: 5b8282cf-a669-4ffc-b426-c169a7bbfc71
name: 5.6-micro-5G
description: RDS MySQL 5.6 (db.t2.micro, 5G)
metadata:
costs:
- amount:
usd: 0.18
unit: HOUR
bullets:
- Dedicated MySQL 5.6 server
- MySQL 5.6
- AWS RDS
- 5G storage
free: false
rds_properties:
shared: false
db_instance_class: db.t2.micro
engine: MySQL
engine_version: 5.6.23
allocated_storage: 5
auto_minor_version_upgrade: true
publicly_accessible: true
copy_tags_to_snapshot: true
db_security_groups:
- default
- id: 940b63c1-cc71-4bef-830f-231e4c4714db
name: 5.6-micro-10G
description: RDS MySQL 5.6 (db.t2.micro, 10G)
metadata:
costs:
- amount:
usd: 0.18
unit: HOUR
bullets:
- Dedicated MySQL 5.6 server
- MySQL 5.6
- AWS RDS
- 10G storage
free: false
rds_properties:
shared: false
db_instance_class: db.t2.micro
engine: MySQL
engine_version: 5.6.23
allocated_storage: 10
auto_minor_version_upgrade: true
publicly_accessible: true
copy_tags_to_snapshot: true
db_security_groups:
- default
- id: a2c9adda-6511-462c-9934-b3fd8236e9f0
name: rds-postgres
description: RDS PostgreSQL service
bindable: true
tags:
- postgres
- relational
metadata:
displayName: RDS PostgreSQL
longDescription: RDS PostgreSQL service
providerDisplayName: Amazon Web Services
documentationUrl: https://aws.amazon.com/documentation/rds/
supportUrl: https://forums.aws.amazon.com/forum.jspa?forumID=60
plan_updateable: true
plans:
- id: d03b544e-3be5-4aca-bb3b-11544247f313
name: 9.4-medium
description: RDS PostgreSQL 9.4 (db.t2.micro, 5Gb)
metadata:
costs:
- amount:
usd: 0.18
unit: HOUR
bullets:
- Dedicated PostgreSQL 9.4 server
- PostgreSQL 9.4
- AWS RDS
- 5G storage
free: false
rds_properties:
shared: false
db_instance_class: db.t2.micro
engine: postgres
engine_version: 9.4.4
allocated_storage: 5
auto_minor_version_upgrade: true
publicly_accessible: true
copy_tags_to_snapshot: true
db_security_groups:
- default
- id: ea70df89-9ea3-4393-88d9-4e35c4ec43b8
name: rds-shared
description: RDS Shared Instances
bindable: true
tags:
- relational
- shared
metadata:
displayName: RDS Shared Instances
longDescription: RDS services on a shared instance
providerDisplayName: Amazon Web Services
documentationUrl: https://aws.amazon.com/documentation/rds/
supportUrl: https://forums.aws.amazon.com/forum.jspa?forumID=60
plan_updateable: false
plans:
- id: 926ff9c8-6b1d-4648-ad5d-5b82a32811fb
name: postgres-shared
description: RDS PostgreSQL service on a shared instance
metadata:
bullets:
- Shared PostgreSQL service
- AWS RDS
free: true
rds_properties:
shared: true
engine: postgres
- id: 42d56e29-d980-46bd-8e9d-61d572f5d224
name: mysql-shared
description: RDS MySQL service on a shared instance
metadata:
bullets:
- Shared MySQL service
- AWS RDS
free: true
rds_properties:
shared: true
engine: mysql