0.0
No commit activity in last 3 years
No release in over 3 years
Etude for AWS.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 0.10.4
~> 10.0
~> 3.4
~> 3.0
~> 0.8

Runtime

~> 2.9
>= 0
 Project Readme

Etude for AWS

CircleCI GitHub license Gem Version

Quick Start

Create.env

AWS_ACCESS_KEY_ID="<id>"
AWS_SECRET_ACCESS_KEY="<key>"
AWS_REGION="<region>"

Using Vagrant

vagrant up
vagrant ssh
cd /vagrant
aws configure

Using Docker

docker-compose build
docker-compose run app bash
complete -C '/usr/bin/aws_completer' aws