orenbenya
orenbenya
One thing that might be important, I'm running it inside a python script using: `os.system('former2 --options')` **- When running with Debug option I got: (EC2 is first on the list)**...
Hi, I've ran the process with the new version, issue still persists. Still getting the below error, although now it doesn't say on which volume it fails on, (On the...
Updated to 0.2.65, When running only on EC2 it fails on another location (used to be EBS volume), now **1646219383449: ELBv2.describeRules** ``` 1646219383449: ELBv2.describeRules - {"ListenerArn":"arn:aws:elasticloadbalancing:REGION:ACCOUNTID:listener/net/123abc/456def} node:internal/process/promises:265 triggerUncaughtException(err, true /*...
I have some good news and some bad news.. When running for all services, It didn't fail. But this is the error I got during. 1646338173194: EC2.describeSecurityGroups - {} Trace:...
@sebastian-mora Checked those 3 roles: all have the same format. ``` { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Principal": { "AWS": "Short-AlphaNumeric-string" }, "Action": "sts:AssumeRole" } ] } ```