Code Monkey home page Code Monkey logo

aws-test-init's Introduction

aws-test-init

Do essential initialization for AWS testing

VPC

To run config_vpc.sh you need to have jq installed. This tool can be installed by sudo yum install jq.

Usage:
  config_vpc.sh -h
  config_vpc.sh -c [-i <ipv4_icdr>] [-l <label>] [-4]
  config_vpc.sh <-d|-r|-s> [-l <label>] [-4]

Params:
  -h: show this help
  -c: create a new VPC
  -d: describe a specified VPC
  -r: delete a specified VPC
  -s: summary the resources related to a specified VPC
  -i: specify an IPv4 ICDR block for creating an VPC
  -l: specify the label for an VPC
  -4: specify an IPv4 only mode for this tool

Examples:
  config_vpc.sh -c                  # creating an VPC with default options
  config_vpc.sh -c -4               # creating an VPC without IPv6 support
  config_vpc.sh -c -i 10.23.0.0/16  # creating an VPC with specified IPv4 ICDR
  config_vpc.sh -c -l cheshi        # creating an VPC with specified label
                                      it generates 'cheshi_vpc_perf' ...
  config_vpc.sh -d -l cheshi        # describe VPC 'cheshi_vpc_perf' and its resources
  config_vpc.sh -r -l cheshi        # remove VPC 'cheshi_vpc_perf' and its resources
  config_vpc.sh -s -l cheshi        # summary the resources from VPC 'cheshi_vpc_perf'
  config_vpc.sh -s                  # summary the resources from VPC 'ipv6_vpc_perf'
  config_vpc.sh -s -4               # summary the resources from VPC 'ipv4_vpc_perf'

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.