You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I ran command with --subnet-id, it works fine but when I add --security-group-ids, it does not work.
It seems that same modifications are required.
The text was updated successfully, but these errors were encountered:
* release-1.2.6: (37 commits)
Bumping version to 1.2.6
Bump bcdoc version
Update changelog with latest features
Update changelog with configure list PR
Correct grammar/typos in comments
Added create-environment example for elastic beanstalk
Updated examples from the doc team
Add docs for the aws configure list command
Add an 'aws configure list' command
Remove unused function
Update ec2 modify-instance-attribute example
Notify user when broken symlinks are encountered
Add issue 484 to changelog
Only document the simpler shorthand syntax
Fix infinite loop in python3
Pull up structure(scalar) bools into top level args
Add more shorthand syntax support
If we are constructing a NetworkInterfaces structure for the user in run-instances, we need to make sure that any security groups specified via --security-group-ids are moved into the NetworkInterfaces structure. Otherwise we get a client error from EC2. Fixes#504.
Update changelog to add issue 501
Add entry to changelog for fix
...
#501 #502
when I ran command with --subnet-id, it works fine but when I add --security-group-ids, it does not work.
It seems that same modifications are required.
The text was updated successfully, but these errors were encountered: