Greg Swallow
Greg Swallow
I'm using the eventbridge one, so it's somewhere in https://github.com/lumigo-io/lumigo-CLI/blob/aa2cb8c2a530268aa18739d7d3dcadda7e9ca001/src/commands/tail-eventbridge-rule.js#L143-L154 I took a crack at it but gave up since my grasp of NodeJS is pretty much zero. If you're...
ehhhh I took another crack at it. https://github.com/lumigo-io/lumigo-CLI/pull/125
Is this still an issue? Caching DNS with an infinite timeout is broken. A reasonable timeout would be something like 60-90 seconds. I ask because I had to restart apps...
Big +1 to get this fixed please. Just dealing with the available regions is hard; I can't imagine having to deal with this for multiple AWS accounts.
Tagging your AMIs would be nice, too. I found copies by using thecloudmarket.com but this is certainly automatable by querying AWS for AMIs owned by your account, with jmeter-ec2-slave tags,...
A quick command to isolate the latest AMI in your region (I want hvm AMIs) is: aws ec2 describe-images --owners 847074485005 --filters Name=virtualization-type,Values=hvm --query 'Images[].{"created": CreationDate,"id": ImageId}' --output text |...
You're using the AMIs in https://github.com/oliverlloyd/jmeter-ec2/blob/master/jmeter-ec2.properties, then? Yeah, it appears that there have been newer AMI builds since the recommended AMI's in that file. ami-90d2c4fa was built on 4/7/2016, while...
Is this still broken? The last pull request seems to have been closed.
> if you are using in a resource policy couldn't you do it like: `Condition: StringEquals: aws:PrincipalOrgID: "${aws:PrincipalOrgID}"` based on documentation here: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_variables.html Great idea. I doubt it's helpful for...
I was grumpy; I apologize for that. I found a very helpful cheat sheet that I refer to: https://cheatography.com/albelop/cheat-sheets/conventional-commits/