15 lines
431 B
Bash
15 lines
431 B
Bash
# Target: AWS — the estate that actually runs today (mcrn.ar).
|
|
TARGET_NAME=aws
|
|
CLOUD=aws
|
|
REGION=us-east-1
|
|
INSTANCE_TYPE=t3.small
|
|
|
|
# The Route53 hosted zone. It ALREADY EXISTS and is reused, never created —
|
|
# see estate.sh's refusal to create a zone on this target.
|
|
AWS_HOSTED_ZONE_ID=Z02279903503ZMIB5FC1N
|
|
SSH_KEY_NAME=mcrn
|
|
|
|
# certbot's DNS-01 plugin for this provider.
|
|
CERTBOT_IMAGE_VAR=CERTBOT_AWS_IMAGE
|
|
DNS_PROVIDER=route53
|