UNPKG

1.02 kBYAMLView Raw
1default:
2 prefix: test-cumulus-integration
3 stackName: '{{prefix}}-db'
4
5 system_bucket: '{{buckets.internal.name}}'
6
7 iams:
8 scalingRoleArn: 'arn:aws:iam::{{AWS_ACCOUNT_ID}}:role/{{prefix}}-scaling-role'
9 lambdaApiGatewayRoleArn: 'arn:aws:iam::{{AWS_ACCOUNT_ID}}:role/{{prefix}}-lambda-api-gateway'
10 lambdaProcessingRoleArn: 'arn:aws:iam::{{AWS_ACCOUNT_ID}}:role/{{prefix}}-lambda-processing'
11
12 vpc:
13 vpcId: '{{VPC_ID}}' # this has to be set in .env
14 subnets:
15 - '{{AWS_SUBNET}}' # this has to be set in .env
16 securityGroup: '{{SECURITY_GROUP}}'
17
18 dynamos: !!files ['node_modules/@cumulus/api/config/tables.yml']
19
20 es:
21 name: es5vpc
22 elasticSearchMapping: 8
23 version: 5.3
24 instanceCount: 1
25 instanceType: t2.small.elasticsearch
26 volumeSize: 35
27 alarms:
28 NodesLow:
29 alarm_description: 'There are less instances running than the desired'
30 comparison_operator: LessThanThreshold
31 threshold: '{{es.instanceCount}}'
32 metric: Nodes