45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
aws_access_key: "YOUR_AWS_ACCESS_KEY" # Your AWS access key
|
|
aws_secret_key: "YOUR_AWS_SECRET_KEY" # Your AWS secret key
|
|
aws_region_choices:
|
|
- ap-south-1
|
|
- eu-north-1
|
|
- eu-west-3
|
|
- eu-west-2
|
|
- eu-west-1
|
|
- ap-northeast-3
|
|
- ap-northeast-2
|
|
- ap-northeast-1
|
|
- ca-central-1
|
|
- sa-east-1
|
|
- ap-southeast-1
|
|
- ap-southeast-2
|
|
- eu-central-1
|
|
- us-east-1
|
|
- us-east-2
|
|
- us-west-1
|
|
- us-west-2
|
|
ami_map:
|
|
ap-south-1: ami-0eeeb93aa51c48595
|
|
eu-north-1: ami-05bb943edc7d12d2f
|
|
eu-west-3: ami-01c1cbe631d766dcd
|
|
eu-west-2: ami-0a9aba19a0b8e81da
|
|
eu-west-1: ami-05b908c468c3a5373
|
|
ap-northeast-3: ami-03809b00a4487dc46
|
|
ap-northeast-2: ami-048f3574b7d304c04
|
|
ap-northeast-1: ami-0b74305a62f8299e1
|
|
ca-central-1: ami-0415ef7b9c3019285
|
|
sa-east-1: ami-0ab7401488d50bf51
|
|
ap-southeast-1: ami-0d2d12d390e9c0a34
|
|
ap-southeast-2: ami-0bd344ea1f492feab
|
|
eu-central-1: ami-093d1ceb3279619b0
|
|
us-east-1: ami-061b17d332829ab1c
|
|
us-east-2: ami-0327cf1c5e479e093
|
|
us-west-1: ami-0fbe3a8e1dcd86f23
|
|
us-west-2: ami-030d7e8d6fbca8332
|
|
aws_instance_type: "t2.medium" # EC2 instance type
|
|
domain: "example.com"
|
|
mail_hostname: "mail.example.com"
|
|
letsencrypt_email: "admin@example.com"
|
|
smtp_auth_user: "phishuser"
|
|
smtp_auth_pass: "CHANGE_ME"
|
|
gophish_admin_port: "2222" |