Skip to content

Instantly share code, notes, and snippets.

@yamano
Last active April 8, 2016 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamano/721f496ffc862a113079cc71287d92f6 to your computer and use it in GitHub Desktop.
Save yamano/721f496ffc862a113079cc71287d92f6 to your computer and use it in GitHub Desktop.
require 'aws-sdk'
require 'aws_config'
require 'pry'
Aws.config.update(
:access_key_id => ENV['access_key_id'],
:secret_access_key => ENV['secret_access_key'],
:region => ENV['region']
)
ec2 = Aws::EC2::Client.new
elb = Aws::ElasticLoadBalancing::Client.new
binding.pry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment