diff options
author | Salim Alam <salam@chef.io> | 2016-01-27 14:55:36 -0800 |
---|---|---|
committer | Salim Alam <salam@chef.io> | 2016-01-27 14:55:36 -0800 |
commit | 17f368a2648192b34de754ff426d4209f4a5db92 (patch) | |
tree | eb3649a4017d89f1b5fcf4c53544729496fe0057 /acceptance/cookbook-git | |
parent | f3cefaf6b84bf0771f31418f497cc903d80a62db (diff) | |
download | chef-17f368a2648192b34de754ff426d4209f4a5db92.tar.gz |
Don't use public IP for AWS
Diffstat (limited to 'acceptance/cookbook-git')
-rw-r--r-- | acceptance/cookbook-git/.kitchen.ec2.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acceptance/cookbook-git/.kitchen.ec2.yml b/acceptance/cookbook-git/.kitchen.ec2.yml index 514d71a786..e140d9ea8a 100644 --- a/acceptance/cookbook-git/.kitchen.ec2.yml +++ b/acceptance/cookbook-git/.kitchen.ec2.yml @@ -18,7 +18,7 @@ driver: subnet_id: subnet-19ac017c security_group_ids: ["sg-e401eb83", "sg-96274af3"] instance_type: m3.large - associate_public_ip: true +# associate_public_ip: true # Don't enable public IP, as subnet specified is behind VPN transport: ssh_key: <%= file_if_exists("~/.ssh/#{ENV['AWS_SSH_KEY_ID'] || ENV['USER'] || ENV['USERNAME']}.pem") || |