myaws icon indicating copy to clipboard operation
myaws copied to clipboard

A human friendly AWS CLI written in Go

Results 3 myaws issues
Sort by recently updated
recently updated
newest added

``` $ myaws version 0.4.8 ``` ``` $ myaws ec2 ls --help List EC2 instances Usage: myaws ec2 ls [flags] Flags: -a, --all List all instances (by default, list running...

Derived by #30. The ssm parameter env and ls commands sometimes failed with the following error: ``` DescribeParameters failed: ThrottlingException: Rate exceeded ``` The ssm:DescribeParameters API with a filter returns...