-
Notifications
You must be signed in to change notification settings - Fork 1
/
riff-raff.yaml
37 lines (37 loc) · 958 Bytes
/
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
stacks:
- identity
regions:
- eu-west-1
deployments:
gateway-cloudformation:
type: cloud-formation
app: identity-gateway
parameters:
cloudFormationStackName: gateway
amiTags:
Recipe: gateway-arm64
AmigoStage: PROD
templateStagePaths:
CODE: IdentityGateway-euwest-1-CODE.template.json
PROD: IdentityGateway-euwest-1-PROD.template.json
amiEncrypted: true
dependencies:
- update-ami
identity-gateway:
type: autoscaling
dependencies:
- gateway-cloudformation
parameters:
bucketSsmLookup: true
bucketSsmKey: /account/services/identity.artifact.bucket
prefixStack: false
update-ami:
type: ami-cloudformation-parameter
parameters:
cloudFormationStackByTags: false
cloudFormationStackName: gateway
amiParametersToTags:
AMI:
Recipe: gateway-arm64
AmigoStage: PROD
amiEncrypted: true