robertdebock / terraform-aws-vault

HashiCorp Vault on AWS
Apache License 2.0
25 stars 23 forks source link

On installations without a internet, the instance can't report health. #87

Open robertdebock opened 1 year ago

robertdebock commented 1 year ago

The instances now report their health using a script (/usr/local/bin/aws_health.sh). That script contacts autoscaling, which is unreachable.

robertdebock commented 1 year ago

In case this is not possible, there are other features that are impossible when no NAT-gateway (or other form of internet connection) is deployed:

This means all these features should be conditionally deployed... Lots of work.