-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
--private-ip-address option at run-instances does not work #520
Labels
bug
This issue is a bug.
Comments
It does work as long as you do not specify it in combination with the I'm working on a fix now. Thanks for reporting. |
ghost
assigned garnaat
Dec 2, 2013
jamesls
added a commit
that referenced
this issue
Dec 6, 2013
* release-1.2.7: (21 commits) Bumping version to 1.2.7 Update changelog with the latest changes Change mututally to mutually Allow the --protocol option of ec2 create-network-acl-entry command to accept tcp|udp|icmp|all in addition to the numeric protocol numbers. The docs for the command already say it does this but the actual EC2 operation supports only integer values. Fix bug when filtering s3 locations Clean up existing filter unit tests Add unittest for website redirect location Add unit test for recursive download Remove extraneous log statements. Fix an assumption in argprocess.py that all map types will have an enum of possible keys. Also change the import of json to come from the botocore.compat module and also set the object_pairs_hook to use OrderedDict so unit tests can be compared properly. Dependent on boto/botocore#185. Fixes #407. Add tests that verify what ops were called Add a short circuit path for listing a specific s3 object Remove newline between task fail and error messages Add attributes to exception in errorhandler Remove src/dest resource existence check If --private-ip-address is specified with any other options that require the creation of a NetworkInterfaces structure, move the value of --private-ip-address into the NetworkInterfaces structure. Fixes #520. Log CLI/botocore version in the debug logs Add changelog entry for issue 516 Handle a list of strings from a dict in text output Remove tutorial in favor of user guide ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think --private-ip-address option can accept private ip address to assign.
but when I ran the command as follows,
Error message was show as follows.
On the other hand, when executed same command by ec2-api-tools, it worked fine.
Bellow is the differences in API request between awscli and ec2-api-tools
ec2-api-tools
awscli
This seems to be same as #504.
The text was updated successfully, but these errors were encountered: