Josh Padnick
Josh Padnick
A few users have reported interest in using ec2-snapper to delete all AMIs older than a certain date, but without concern to which EC2 Instance they were created for, or...
When running the ec2-snapper binary on macOS High Sierra, I received the following output: ``` failed MSpanList_Insert 0xb9e000 0x88223d97ee77 0x0 0x0 fatal error: MSpanList_Insert runtime stack: runtime.throw(0x757750, 0x10) /usr/local/Cellar/go/1.6/libexec/src/runtime/panic.go:530 +0x90...
I'm configuring REST Proxy by closely following the recommended [configuration properties](https://docs.confluent.io/current/kafka-rest/docs/config.html), however the behavior I'm seeing is not consistent with the documentation. When I run REST Proxy, here's the log...
First, thanks for creating this tool. It's a big improvement over a simple TCP listener check. I'm running into a sporadic issue where, when I reboot my Kafka cluster, one...
Currently `aws-nuke` outputs its prompt as follows: ``` INFO[2018-02-18T12:02:57-07:00] Retrieving all active AWS resources INFO[2018-02-18T12:04:05-07:00] The following AWS resources are going to be nuked: INFO[2018-02-18T12:04:05-07:00] * ec2-i-023397578dd4e6940-eu-west-2 INFO[2018-02-18T12:04:05-07:00] * ec2-i-0d13286852fecf36f-eu-west-2...
In #34, we added the ability to validate a release asset by its checksum. But what to do about files downloaded straight from the repo? It seems the best we...
This repo references the following sample repos as examples of our approach: 1. [infrastratructure-live](https://github.com/gruntwork-io/infrastructure-live-acme) 1. [infrastratructure-modules](https://github.com/gruntwork-io/infrastructure-modules-acme) 1. [sample-app](https://github.com/gruntwork-io/sample-app-acme) But these repos are not currently auto-generated and will inevitable grow stale....
A typical gruntwork-installer configuration in `circle.yml` looks like this: ``` ... - curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version "v0.0.14" - gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "v0.3.8" - gruntwork-install...
Hello. I'm an experienced software engineer but Salesforce n00b, and I could use some help installing this component in our Salesforce org. I tried using the [Deploy From GitHub link](https://githubsfdeploy.herokuapp.com/),...
This is a trivial PR, but I paused for a moment to understand what we meant by org-level secrets, so I figured I'd reflect that in a small update. If...