Skip to content
View irgeek's full-sized avatar
Block or Report

Block or report irgeek

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

  1. StrEnum StrEnum Public

    A Python Enum that inherits from str.

    Python 98 14

  2. aws-security-group-manager aws-security-group-manager Public

    An AWS Step Function and Lambda Function to manage temporary security group ingress entries.

    Python 2 1

  3. bootlocal.sh bootlocal.sh
    1
    #!/bin/sh
    2
    BOOT2DOCKER_CERTS_DIR=/var/lib/boot2docker/certs
    3
    CERTS_DIR=/etc/ssl/certs
    4
    CAFILE=${CERTS_DIR}/ca-certificates.crt
    5
    
    
  4. Finding AMIs after building an image... Finding AMIs after building an image with Packer
    1
    **Finding Packer-generated AMIs automatically after builds**
    2
    
    
    3
    The basic technique is to have Packer add a tag with a unique value during the build, and use AWS' built-in filtering capabilities to find that specific AMI after the build finishes.
    4
    
    
    5
    * template.json - Shows the settings that need to be added to your template