-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathriff-raff.yaml
70 lines (63 loc) · 1.65 KB
/
riff-raff.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
64
65
66
67
68
69
70
# We implement deploying to multiple stages by doing multiple builds in `ci.sh`
# updating all references to `pfi-playground` in this file between each.
stacks: [pfi-playground]
regions: [eu-west-1]
allowedStages:
- rex
deployments:
pfi-ami-update:
type: ami-cloudformation-parameter
app: pfi
parameters:
amiEncrypted: true
amiTags:
Recipe: investigations-giant-app-arm
AmigoStage: PROD
Encrypted: pfi-playground
pfi-neo4j-ami-update:
type: ami-cloudformation-parameter
app: neo4j
parameters:
amiEncrypted: true
amiTags:
Recipe: investigations-neo4j
AmigoStage: PROD
Encrypted: pfi-playground
pfi-elasticsearch-ami-update:
type: ami-cloudformation-parameter
app: elasticsearch
parameters:
amiEncrypted: true
amiTags:
Recipe: investigations-elasticsearch-8-arm64
AmigoStage: PROD
Encrypted: pfi-playground
pfi:
type: autoscaling
parameters:
bucketSsmKey: /pfi-playground/artifact.bucket
bucketSsmLookup: true
dependencies:
- pfi-ami-update
pfi-worker:
type: autoscaling
parameters:
bucketSsmKey: /pfi-playground/artifact.bucket
bucketSsmLookup: true
actions:
- deploy
dependencies:
- pfi
pfi-cli:
type: aws-s3
parameters:
bucket: pfi-playground-dist
cacheControl: private
publicReadAcl: false
pfi-public-downloads:
type: aws-s3
parameters:
bucket: investigations-public-dist
cacheControl: private
# This is the default but if you specify it explictly Riff-Raff issues a warning
publicReadAcl: true