irgeek - Overview

View irgeek's full-sized avatar

James Sinclair irgeek

  • FR

Block or report irgeek

Pinned Loading

  1. A Python Enum that inherits from str.

    Python 121 13

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

    Python 2 1

  3. 2

    BOOT2DOCKER_CERTS_DIR=/var/lib/boot2docker/certs

    3

    CERTS_DIR=/etc/ssl/certs

    4

    CAFILE=${CERTS_DIR}/ca-certificates.crt
  4. 1

    **Finding Packer-generated AMIs automatically after builds**

    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.

    5

    * template.json - Shows the settings that need to be added to your template