blieusong / aws-cookbook

A set of commands that can help when working with AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Cookbook

Collection of AWS commands and scripts that I use on a regular basis.

Prerequisites

Dependencies

  • jq: A lightweight and flexible command-line JSON processor.
  • parallel: A shell tool for executing jobs in parallel using one or more computers.
  • s5cmd: A fast S3 command line tool written in Go.

Config

In the aws' config file, set the output to json.

output = json

About

A set of commands that can help when working with AWS