jungle icon indicating copy to clipboard operation
jungle copied to clipboard

AWS operations by cli should be simpler

Results 6 jungle issues
Sort by recently updated
recently updated
newest added

I am trying to mock the rds resource using moto and have done it in the below manner from moto import mock_rds2 import boto3 from sqlalchemy import create_engine import pytest...

File "/usr/local/lib/python3.6/dist-packages/jungle/ec2.py", line 22, in format_output tag_name, i.state['Name'], i.id, i.private_ip_address, str(i.public_ip_address))) TypeError: unsupported format string passed to NoneType.__format__ fix: diff --git a/jungle/ec2.py b/jungle/ec2.py index 963d1fc..1e4108d 100644 --- a/jungle/ec2.py +++ b/jungle/ec2.py...

Dear Achiku, Thank you for this cool script. But some time admin need use different access_key by the help of profile. Would you add profile support later? Thanks! Jiming

https://github.com/gabrielfalcao/HTTPretty/commit/c54e09b521be20139bf505694ec8b469d8e39059 - https://github.com/gabrielfalcao/HTTPretty/pull/277 - https://github.com/gabrielfalcao/HTTPretty/pull/276

It's nice to have functionality to ssh to multiple servers at once by specifying Tag:Name, and keep sending same commands, like `top` or `less /path/to/log`.

enhancement