11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
# AWS EKS credentials — copy to eks.env and fill in values
|
|
# NEVER commit eks.env to git!
|
|
|
|
# Required — AWS CLI profile or access key
|
|
AWS_PROFILE=default
|
|
AWS_REGION=eu-west-1
|
|
|
|
# Optional — override with explicit keys instead of profile
|
|
# AWS_ACCESS_KEY_ID=
|
|
# AWS_SECRET_ACCESS_KEY=
|