Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrk21/study_aws
This repository is used to be studying AWS
https://github.com/mrk21/study_aws
aws
Last synced: about 1 month ago
JSON representation
This repository is used to be studying AWS
- Host: GitHub
- URL: https://github.com/mrk21/study_aws
- Owner: mrk21
- License: mit
- Created: 2015-11-11T00:22:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T15:02:26.000Z (almost 9 years ago)
- Last Synced: 2024-10-13T13:36:27.298Z (2 months ago)
- Topics: aws
- Language: Ruby
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
$ 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
* [AWS コマンドラインインターフェイス](https://aws.amazon.com/jp/cli/)
* [AWS CLI のインストールと設定 - Amazon Kinesis](http://docs.aws.amazon.com/ja_jp/kinesis/latest/dev/kinesis-tutorial-cli-installation.html)
* [Getting Set Up with the AWS Command Line Interface - AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-set-up.html#cli-signup)
* [AWS CLIのインストールから初期設定メモ - Qiita](http://qiita.com/n0bisuke/items/1ea245318283fa118f4a)### Install Ruby AWS SDK
```sh
$ rbenv install
$ gem install bundler
$ bundle install --path=vendor/bundle
```#### Refer to
* [AWS SDK for Ruby | アマゾン ウェブ サービス(AWS 日本語)](https://aws.amazon.com/jp/sdk-for-ruby/)
* [AWS SDK for Ruby(V2)を利用して、Amazon S3を操作する - Qiita](http://qiita.com/itayan/items/112f23cbff13e49cdb53)## Refer to
* [Amazon Web Services実践入門 (WEB+DB PRESS plus) | 舘岡 守, 今井 智明, 永淵 恭子, 間瀬 哲也, 三浦 悟, 柳瀬 任章 | 本 | Amazon.co.jp](http://www.amazon.co.jp/Amazon-Web-Services実践入門-PRESS-plus/dp/4774176737/ref=sr_1_1?ie=UTF8&qid=1447520351&sr=8-1&keywords=amazon+web+service+実践入門)