Sha256: f3a12e3337be52df0a7bff97fa02ef134133113572eba74fbf5e04fa3f59fa50
Contents?: true
Size: 729 Bytes
Versions: 5
Compression:
Stored size: 729 Bytes
Contents
# Etude for AWS [![CircleCI](https://circleci.com/gh/k2works/etude_for_aws.svg?style=svg)](https://circleci.com/gh/k2works/etude_for_aws) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k2works/etude_for_aws/blob/master/LICENSE.txt) [![Gem Version](https://badge.fury.io/rb/etude_for_aws.svg)](https://badge.fury.io/rb/etude_for_aws) ## Quick Start Create`.env` ```text AWS_ACCESS_KEY_ID="<id>" AWS_SECRET_ACCESS_KEY="<key>" AWS_REGION="<region>" ``` ### Using Vagrant ```bash vagrant up vagrant ssh cd /vagrant aws configure ``` ### Using Docker ```bash docker-compose build docker-compose run app bash complete -C '/usr/bin/aws_completer' aws ``` ### [Documents](./docs/README.md)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
etude_for_aws-0.7.10 | README.md |
etude_for_aws-0.7.9 | README.md |
etude_for_aws-0.7.8 | README.md |
etude_for_aws-0.7.7 | README.md |
etude_for_aws-0.7.6 | README.md |