Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 543 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 543 Bytes

aws-ruby-examples

Unofficial code samples for AWS SDK for Ruby v2

These examples demonstrate the flow of the APIs for the different AWS services, and are not meant for production use.

sudo pip install --upgrade awscli         # Install AWS CLI via Python PIP
aws configure                             # Configure credentials and region
aws ec2 describe-key-pairs --output text  # Test configuration

bundle install

You'll need to edit the config.rb file

To load a file into IRB:

irb -r ./<file>.rb

Work in progress