Giter VIP home page Giter VIP logo

aws-tools's Introduction

aws-tools

A small tool set for various Amazon AWS operations

For now, there's only a few tools in the belt but it's expected to grow over time. I tend to clone this down and refer to it occasionally


AWS Disco

Discover what's out there and start building with it faster; it's not great but sometimes it makes starting easier. See the AWS-Disco Wiki.

Access AWS Security Group

This script determines your local gateway address then asks AWS if the specified security group has a rule in place to let you through from that address on port 22. This is great for people with DHCP gateway addresses or people (like me) that sometimes spend too much time in hotel rooms. See the access-aws-securitygroup wiki page for more details. To run:

./access-aws-securitygroup.sh

Find the latest Amazon AMI

This script has less value now that packer has incorporated the source_ami_filter with most_recent changelog-v0.12.1. However, I still use it as a verification tool when things look like the don't add up. It's stored here for posterity.

Basically, this script will help you to find the latest, most up-to-date, AMI of a given distro and name/version. For example, when this script is ran:

./find-latest-amis.sh -n jessie -d debian

Then it will:

export amiLatest=$ImageId

This is helpful when starting a new job with Packer. Check the find-latest-ami wiki page.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.