How would one combine aws resources e.g. vpc, ec2.. with host resources to verify resolvability and reachability?
I tried to use a host resource to verify resolving but got an error:
× [DNS] loadbalancer-1.0: Ensure DNS Records are created and resolvable
× Control Source Code Error test/controls/route53.rb:10
Unsupported resource/backend combination: host / aws. Exiting.
[ALB] loadbalancer-1.0: Ensure Loadbalancer is created and active
AWS ALB test should exist
AWS ALB test availability_zones.count should be > 2
Any ideas on how to do this?