mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
19 lines
630 B
Bash
19 lines
630 B
Bash
|
REGION=us-east-1
|
||
|
STAGE=sit
|
||
|
|
||
|
# ESC Cluster name that will from the containers
|
||
|
ECS_CLUSTER=j40-sit-justice40-data-harvester-ECSCluster-ktXGGU9zjwkb
|
||
|
|
||
|
# VPC Private Subnet that has a NAT GAteway
|
||
|
VPC_SUBNET_ID=subnet-07e68cb57322f7b1f
|
||
|
|
||
|
# Names of the container and task names.
|
||
|
GDAL_TASK_DEFINITION=sit-justice40-data-harvester-gdal
|
||
|
GDAL_CONTAINER_DEFINITION=sit-justice40-data-harvester-osgeo-gdal
|
||
|
TIPPECANOE_TASK_DEFINITION=sit-justice40-data-harvester-tippecanoe
|
||
|
TIPPECANOE_CONTAINER_DEFINITION=sit-justice40-data-harvester-mgiddens-tippecanoe
|
||
|
|
||
|
# AWS Credentials
|
||
|
AWS_ACCESS_KEY_ID=
|
||
|
AWS_SECRET_ACCESS_KEY=
|
||
|
AWS_DEFAULT_REGION=us-east-1
|