Skip to content
View justinclayton's full-sized avatar

Block or report justinclayton

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. coreos-and-consul-cluster-via-terraform coreos-and-consul-cluster-via-terraform Public

    Deploy Your Own CoreOS and Consul Cluster on AWS via Terraform

    Makefile 32 5

  2. CLI to add DNS Records in Route53 CLI to add DNS Records in Route53
    1
    #!/bin/bash -eo pipefail
    2
    
                  
    3
    ## Allows for creation of "Basic" DNS records in a Route53 hosted zone
    4
    
                  
    5
    function main() {
  3. Terraform: taint all resources from ... Terraform: taint all resources from one module
    1
    #!/bin/bash
    2
    
                  
    3
    module=$1
    4
    
                  
    5
    for resource in `terraform show -module-depth=1 | grep module.${module} | tr -d ':' | sed -e 's/module.${module}.//'`; do
  4. aws-sam-dev-workflow-example aws-sam-dev-workflow-example Public

    This repo should help you get started authoring, testing, and deploying your own serverless web API using AWS Lambda, SAM, and DynamoDB, whether locally or in your own AWS account.

    Makefile 2 1

  5. vrb vrb Public

    Script-friendly way to access VMware vCenter via ruby, similar to PowerCLI

    Ruby 1 1