-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmanifest.json
224 lines (224 loc) · 7.89 KB
/
manifest.json
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
[
{
"Title": "ECS Autoscaling Cluster",
"Description": "Note that the AMI in this template is working only in eu-west-1 region",
"MinimalVersion": "v0.1.3",
"Tags": [
"autoscaling",
"container",
"infra"
],
"Name": "ECS_autoscaling_cluster",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/ECS_autoscaling_cluster.aws"
},
{
"Title": "Awless readonly group",
"Name": "awless_readonly_group",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/awless_readonly_group.aws"
},
{
"Title": "Pre-defined policies for awless users",
"Description": "Useful pre-defined readonly \u0026 readwrite policies for awless users",
"MinimalVersion": "v0.1.3",
"Name": "awless_readonly_policies",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/awless_readonly_policies.aws"
},
{
"Title": "Awless readwrite group",
"Name": "awless_readwrite_group",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/awless_readwrite_group.aws"
},
{
"Title": "Create a postgres instance",
"Description": "Create a private basic postgres instance with firewall. As an example, instance has only basic required properties filled in",
"MinimalVersion": "v0.1.7",
"Name": "db_postgres",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/db_postgres.aws"
},
{
"Title": "Group of instances scaling with CPU consumption",
"Description": "Create an autoscaling group of instances and watch their CPU to dynamically allocate/delete instances when needed.",
"Tags": [
"infra",
"autoscaling"
],
"Name": "dynamic_autoscaling_watching_CPU",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/dynamic_autoscaling_watching_CPU.aws"
},
{
"Title": "Highly-available wordpress infrastructure",
"MinimalVersion": "v0.1.7",
"Tags": [
"infra"
],
"Name": "highly_available_wordpress_infra",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/highly_available_wordpress_infra.aws"
},
{
"Title": "Install awless scheduler",
"CLIExample": "awless run repo:install_awless_scheduler",
"MinimalVersion": "v0.1.7",
"Name": "install_awless_scheduler",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/install_awless_scheduler.aws"
},
{
"Title": "Create an instance accessible with ssh with a new keypair",
"Tags": [
"infra",
"ssh"
],
"Name": "instance_ssh",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/instance_ssh.aws"
},
{
"Title": "Create an instance with preinstalled awless with completion",
"Tags": [
"infra",
"awless"
],
"Name": "instance_with_awless",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/instance_with_awless.aws"
},
{
"Title": "Create an instance with preconfigured awless and awless-scheduler",
"Tags": [
"infra",
"awless",
"awless-scheduler"
],
"Name": "instance_with_awless_scheduler",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/instance_with_awless_scheduler.aws"
},
{
"Title": "Create an instance with tags and public IP",
"Description": "Create an instance with mulitple tags and attach to it an elastic IP",
"Name": "instance_with_tags_and_publicip",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/instance_with_tags_and_publicip.aws"
},
{
"Title": "Create a classic Kafka infra",
"CLIExample": "awless run repo:kafka_infra remote-access.cidr=$(awless whoami --ip-only)/32 broker.instance.type=t2.medium zookeeper.instance.type=t2.medium",
"Description": "Create a classic Kafka infra: brokers, 1 zookeeper instance",
"MinimalVersion": "v0.1.7",
"Name": "kafka_infra",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/kafka_infra.aws"
},
{
"Title": "Create VPC with a Linux host bastion",
"Description": "This template build this typical Linux bastion [architecture](http://docs.aws.amazon.com/quickstart/latest/linux-bastion/architecture.html) except it only deploys one host bastion on one public subnet",
"MinimalVersion": "v0.1.3",
"Tags": [
"infra"
],
"Name": "linux_bastion",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/linux_bastion.aws"
},
{
"Title": "Create a dbsubnetgroups",
"CLIExample": "run repo:new_dbsubnetgroup.draft first.subnet.cidr=10.0.0.0/25 first.subnet.availabilityzone=us-west-1a second.subnet.cidr=10.0.0.128/25 second.subnet.availabilityzone=us-west-1c vpc.cidr=10.0.0.0/24 vpc.name=myvpc",
"Description": "Create 2 subnets on different availability zones to later on constitute the dbsubnet group",
"Name": "new_dbsubnetgroup",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/new_dbsubnetgroup.aws"
},
{
"Title": "Attach usual readonly AWS policies (set of permissions) on group",
"Description": "When you want your users to have a set of permissions, instead of attaching permissions directly on users it is a good practice and simpler to define a group having those permissions and then adding/removing as needed users from those groups.",
"Tags": [
"access",
"policy",
"role"
],
"Name": "policies_on_group",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/policies_on_group.aws"
},
{
"Title": "Create a public network enabling routing from the Internet",
"Tags": [
"infra"
],
"Name": "public_subnet",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/public_subnet.aws"
},
{
"Title": "Create a AWS role with usual readonly policies that applies on a resource",
"Description": "Create a AWS role that applies on a resource (retrieve the account id with `awless whoami`)",
"Tags": [
"access",
"policy",
"role"
],
"Name": "role_for_resource",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/role_for_resource.aws"
},
{
"Title": "Create a AWS role with usual readonly policies that applies on a user",
"Description": "Create a AWS role that applies on a user (retrieve the id with `awless whoami`)",
"Tags": [
"access",
"policy",
"user"
],
"Name": "role_for_user",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/role_for_user.aws"
},
{
"Title": "Create a static website on S3",
"Tags": [
"s3"
],
"Name": "s3website",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/s3website.aws"
},
{
"Title": "Simple wordpress deployment",
"Tags": [
"infra"
],
"Name": "simple_wordpress_infra",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/simple_wordpress_infra.aws"
},
{
"Title": "Upload Image from local file",
"Description": "This template uploads on s3 a local VM file (VHD, OVA, VMDK). Then it creates an AMI from the S3 object.",
"Tags": [
"infra",
"s3"
],
"Name": "upload_image",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/upload_image.aws"
},
{
"Title": "Create a user with its SDK/Shell access key and console password",
"Tags": [
"access",
"user"
],
"Name": "user",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/user.aws"
},
{
"Title": "Create a VPC with its internet routing gateway",
"Tags": [
"infra",
"VPC"
],
"Name": "vpc",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/vpc.aws"
},
{
"Title": "Create a VPC with 3 internal subnets",
"Name": "vpc_with_subnets",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/vpc_with_subnets.aws"
},
{
"Title": "Highly-available wordpress behind a loadbalancer, with a RDS database",
"MinimalVersion": "v0.1.1",
"Tags": [
"infra",
"rds",
"autoscaling"
],
"Name": "wordpress_ha",
"Link": "https://raw.githubusercontent.com/wallix/awless-templates/master/wordpress_ha.aws"
}
]