I could not find a good tutorial for deleting route53 records in DNS. This requires that you have jq installed first Find my hosted zones id $ aws --region us-west-1 --profile client-terraform \ route53 list-hosted-zones-by-name Read more…
I recently just sat through one of the most painful technical talks that I have ever attended, so I would like to offer some advice on giving a technical presentation that is mostly stolen from Read more…
Getting JMX remote from my desktop to a Vagrant machine took a few tries. Vagrant file configuration to add more memory and forward the HTTP and JMX ports Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "ubuntu/xenial64" config.vm.network Read more…