Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network interfaces and an instance-level subnet ID may not be specified on the same request #809

Closed
rdrgmnzs opened this issue Jun 12, 2014 · 1 comment
Labels
feature-request A feature should be added or improved.

Comments

@rdrgmnzs
Copy link

When I run this command:
[user@localhost provision]$ aws ec2 run-instances --image-id ami-1234abcd --subnet-id subnet-abcd1234 --security-group-ids sg-499exxxx sg-439exxxx --instance-type m1.small --key-name opskey --private-ip-address 10.x.x.100 --secondary-private-ip-addresses 10.x.x.200

I get the following:
A client error (InvalidParameterCombination) occurred when calling the RunInstances operation: Network interfaces and an instance-level subnet ID may not be specified on the same request

pip packages installed.
[user@localhost provision]$ pip-python3 list installed
awscli (1.3.15)
bcdoc (0.12.2)
Beaker (1.5.4)
botocore (0.49.0)
Brlapi (0.6.0)
colorama (0.2.5)
docutils (0.11)
jmespath (0.4.1)
Mako (0.7.3)
MarkupSafe (0.18)
pip (1.4.1)
pyasn1 (0.1.7)
pygobject (3.10.2)
python-dateutil (2.2)
rsa (3.1.2)
setuptools (1.4.2)
six (1.6.1)

@jamesls jamesls added the bug This issue is a bug. label Jan 16, 2015
@jamesls
Copy link
Member

jamesls commented Jan 16, 2015

Consolidating issues here. This is the same error message/root cause as: #613. Tracking this issue in #613

@jamesls jamesls closed this as completed Jan 16, 2015
@jamesls jamesls added feature-request A feature should be added or improved. and removed bug This issue is a bug. labels Jan 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants