Iain Samuel McLean Elder
Iain Samuel McLean Elder
I felt ambitious today and tried to list 17 accounts in 17 regions. awsls failed before listing anything. ``` $ awsls cloudtrail --regions "${regions}" --profiles "${profiles}" Error: failed to launch...
I'm using awsls to analyze the streaming configuration for a set of DynamoDB tables. There are two types of stream to analyze: * DynamoDB streams (awls already supports this) *...
`az devops login` fails in my CI environment with a strange error about a missing Python package. ``` $ echo "faketoken" | az devops login Unable to use secure credential...
I just downloaded [Mark 8.3](https://github.com/kovetskiy/mark/releases/tag/8.3) and noticed that `mark --version`reports `8.1`. Looking forward to trying it! Your blog post really sold it to me.
I tried a command like this today to test the replay feature. ``` $ lumigo-cli replay-sqs-dlq --region eu-west-1 --dlqQueueName=org-trail-20211206_DLQ --targetType=SNS --targetName=org-trail-20211206 finding the SQS DLQ [org-trail-20211206_DLQ] in [eu-west-1] finding the...
CFRipper version 0.22.0 gives a false positive for missing egress rules. It happens when the rule is defined as a SecurityGroupEgress resource. Consider the following test1.yml template. It creates security...
Just after installing envman, I can't get help for the run command. ```text $ envman run --help FATA[10:48:57] [ENVMAN] - Failed to load EnvStore:No file found at path: [...]/.envstore.yml ```...
**Describe the bug** WaiterError causes a TypeError when you try to copy it. **Steps to reproduce** ``` In [1]: from botocore.exceptions import WaiterError In [2]: error = WaiterError( ...: name="FakeWaiter",...
botocore documents its [credential resolution chain](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html) like this: > Boto3 will look in several locations when searching for credentials. The mechanism in which Boto3 looks for credentials is to search...
Does awscurl already support AWS SSO? I tried just now and I seem to be missing something. I'm using the version installed today directly from Github. I have a config...