<< Back to previous view |
![]() |
[QB-1880] Amazon VPC cloud profile doesn't work
|
|
Status: | Closed |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 5.1.1 |
Fix Version/s: | None |
Type: | Bug | Priority: | Critical |
Reporter: | Lukasz Guminski | Assigned To: | Robin Shen |
Resolution: | Won't Fix | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Cloud profile pointing to Amazon VPC causes QB to fail with the following message
"The parameter groupName cannot be used with the parameter subnet" Here is information on which fields are used: * Description not defined * Node Launch Setting Launch node into Amazon VPC * Region ec2.eu-west-1.amazonaws.com * AMI ID ami-11111 * Instance Type t1.micro * Kernal Id not defined * Key Name compkey * VPC Subnet Id subnet-111111 * Security Group Ids secgroup01 * Profile Attributes not defined * Idle Time to Terminate (min) 30 It works for EC2. Looking forward for some help. BTW there is a misspelling "Kernal Id" |
Comments |
Comment by Robin Shen [ 10/Dec/13 01:26 AM ] |
For VPC, security group Id is expected instead of security group name. Please check if this is for your case.
|
Comment by Lukasz Guminski [ 10/Dec/13 09:39 AM ] |
That was the case. Thank you for help. |