I hereby claim:
- I am grubernaut on github.
- I am grubernaut (https://keybase.io/grubernaut) on keybase.
- I have a public key whose fingerprint is E431 5FA2 F14A 7C21 0963 EB0A DC31 F419 58EF 4AC2
To claim this, I am signing this object:
tell application "System Events" | |
set myList to (name of every process) | |
end tell | |
if myList contains "Spotify" then | |
tell application "Spotify" | |
if player state is stopped then | |
set output to "Stopped" | |
else | |
set trackname to name of current track | |
set artistname to artist of current track |
require 'spec_helper' | |
describe 'apache2', :type => :class do | |
context 'defaults' do | |
let :pre_condition do | |
"apache2::site { 'foo': | |
enabled => true, | |
config => 'test' | |
} | |
" |
I hereby claim:
To claim this, I am signing this object:
Verifying that +grubernaut is my blockchain ID. https://onename.com/grubernaut |
Terraform Blue-Green Deploy example
Note: Use Terraform Modules as functions!!!
This will allow you to create a "networking" module, and use those outputs to populate the security groups, access zones, and subnet id's for your other modules.
Using autoscaling groups with a fixed size will protect you from AWs bugs or instance outages. This way an instance that dies, will be replaced so you always maintain the expected amount of instances for that service.
Workflow: