docs/how_to/hypervisors/ec2.md in beaker-3.12.0 vs docs/how_to/hypervisors/ec2.md in beaker-3.13.0
- old
+ new
@@ -18,18 +18,20 @@
vmname: centos-5-x86-64-west
platform: el-5-x86_64
hypervisor: ec2
amisize: c1.medium
snapshot: pe
+ user: ec2-user
centos-5-64-1:
roles:
- agent
vmname: centos-5-x86-64-west
platform: el-5-x86_64
hypervisor: ec2
amisize: c1.medium
snapshot: pe
+ user: ec2-user
CONFIG:
nfs_server: none
consoleport: 443
Currently, there is limited support EC2 nodes; we are adding support for new platforms shortly.
@@ -73,5 +75,7 @@
```
####`volume_size`####
Size of the [EBS Volume](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumes.html) that will be attached to the EC2 instance.
####`vpc_id`####
ID of the [VPC](https://aws.amazon.com/vpc/) to create the instances in. If not provided will either use the default VPC for the provided region (marked as `isDefault`), otherwise falls back to `nil`. If subnet information is provided (`subnet_id`/`subnet_ids`) this must be defined.
+####`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.