/study_aws

This repository is used to be studying AWS

Primary LanguageRubyMIT LicenseMIT

study_aws

This repository is used to be studying AWS

Introduction

You need to follow the steps listed below in order to set up basic environment.

Install aws cli tools

$ sudo pip install awscli
$ aws configure
AWS Access Key ID [None]: your key
AWS Secret Access Key [None]: your secret key
Default region name [None]: ap-northeast-1
Default output format [None]: json

Refer to

Install Ruby AWS SDK

$ rbenv install
$ gem install bundler
$ bundle install --path=vendor/bundle

Refer to

Refer to