Skip to content

Commit

Permalink
JENKINS-15149 EC2 documentation for VPC/security groups not clear
Browse files Browse the repository at this point in the history
  • Loading branch information
francisu committed Sep 12, 2012
1 parent 394893d commit 0ef02fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
@@ -0,0 +1,5 @@
<div>
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.
</div>
@@ -0,0 +1,4 @@
<div>
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.
</div>
Expand Up @@ -95,7 +95,7 @@ THE SOFTWARE.
<f:checkbox />
</f:entry>

<f:entry title="${%VPC Subnet ID}" field="subnetId">
<f:entry title="${%Subnet ID for VPC}" field="subnetId">
<f:textbox />
</f:entry>

Expand Down

0 comments on commit 0ef02fe

Please sign in to comment.