ec2.md in beaker-aws-0.7.0 vs ec2.md in beaker-aws-0.8.0

- old
+ new

@@ -112,5 +112,10 @@ #### `user` #### By default root login is not allowed with Amazon Linux. Setting it to ec2-user will trigger `sshd_config` and `authorized_keys` changes by beaker. #### `disable_root_ssh` #### By default Beaker enabled root login on the instance. There are situation where we use AMIs which are pre-configured. Setting `disable_root_ssh` to `true` will stop enablign the root login. + +#### `associate_public_ip_address` #### +Beaker uses default setting from subnet policies for the boolean +variable "associate public ip address". Use this setting to +override that when needed.