diff --git a/src/main/resources/hudson/plugins/ec2/EC2Slave/help-securityGroups.html b/src/main/resources/hudson/plugins/ec2/EC2Slave/help-securityGroups.html new file mode 100644 index 000000000..fb66e38f8 --- /dev/null +++ b/src/main/resources/hudson/plugins/ec2/EC2Slave/help-securityGroups.html @@ -0,0 +1,5 @@ +
+ Specify the security group names (do not specify the security group IDs) that will be applied to this instance. + If there are multiple security groups, separate them by a space. If the instance uses a VPC (you have specified + a subnet ID for the VPC), then all security groups need to be part of the VPC. +
\ No newline at end of file diff --git a/src/main/resources/hudson/plugins/ec2/EC2Slave/help-subnetId.html b/src/main/resources/hudson/plugins/ec2/EC2Slave/help-subnetId.html new file mode 100644 index 000000000..c889aa05a --- /dev/null +++ b/src/main/resources/hudson/plugins/ec2/EC2Slave/help-subnetId.html @@ -0,0 +1,4 @@ +
+ Specify the subnet ID to be used with the VPC. Do not specify the VPC ID, the subnet ID will be used to locate the VPC. + When using the VPC, you must specify a security group that is contained in the VPC. +
\ No newline at end of file diff --git a/src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly b/src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly index 556ee34a4..0531b0bcc 100644 --- a/src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly +++ b/src/main/resources/hudson/plugins/ec2/SlaveTemplate/config.jelly @@ -95,7 +95,7 @@ THE SOFTWARE. - +