Sha256: fccb3f49bceab00967df134689cb9f83743345222a6a334a290e06c68c014081
Contents?: true
Size: 581 Bytes
Versions: 22
Compression:
Stored size: 581 Bytes
Contents
# Exercise AWS Route53 functionality with a private DNS zone and a few # non-trivial records. # clouds: AWS --- appname: smoketest vpcs: - name: r53 dnszones: - name: smokedomain private: true all_account_vpcs: true vpcs: - name: r53 loadbalancers: - name: r53lb vpc: name: r53 ingress_rules: - port: 80 hosts: - 0.0.0.0/0 healthcheck: target: HTTP:80/heartbeat.php timeout: 5 interval: 30 unhealthy-threshold: 2 healthy-threshold: 2 listeners: - lb-port: 80 lb-protocol: HTTP instance-port: 80 instance-protocol: HTTP
Version data entries
22 entries across 22 versions & 1 rubygems