Coder Social home page Coder Social logo

awscccli's Introduction

awscccli

Release badge Test badge Coverage Status

awscccli (AWS Cloud Control API CLI) is a simple style AWS command line tool with AWS Cloud Control API. awscccli supports only read actions (list, get).

Install

Homebrew

$ brew install chroju/tap/awscccli

Download binary

Download the latest binary from here and place it in the some directory specified by $PATH.

Authentication

awscccli requires your AWS IAM authentication. The same authentication method as AWS CLI is available. Tools like aws-vault can be used as well.

# with command line options
$ acc --profile YOUR_PROFILE

# with aws-vault
$ aws-vault exec YOUR_PROFILE -- acc

Usage

types

$ acc types | grep VPC
AWS::EC2::LocalGatewayRouteTableVPCAssociation
AWS::EC2::VPC
AWS::EC2::VPCCidrBlock
AWS::EC2::VPCDHCPOptionsAssociation
AWS::EC2::VPCEndpoint
AWS::EC2::VPCEndpointConnectionNotification
AWS::EC2::VPCEndpointService
AWS::EC2::VPCEndpointServicePermissions
AWS::EC2::VPCGatewayAttachment
AWS::EC2::VPCPeeringConnection

list

$ acc list AWS::EC2::VPC
vpc-1fxxxxxx
vpc-8cxxxxxx
vpc-7fxxxxxx

get

$ acc get AWS::EC2::VPC vpc-1fb7907b --format yaml
CidrBlock: 10.0.0.0/16
CidrBlockAssociations:
    - vpc-cidr-assoc-XXXXXXXX
DefaultNetworkAcl: acl-XXXXXXXX
DefaultSecurityGroup: sg-XXXXXXXX
EnableDnsHostnames: false
EnableDnsSupport: true
InstanceTenancy: default
Ipv6CidrBlocks: []
Tags:
    - Key: Name
      Value: dev
VpcId: vpc-1fXXXXXX

LICENSE

MIT

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.