Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'require':LoadError: #4

Open
nagarjunac opened this issue Oct 24, 2016 · 1 comment
Open

'require':LoadError: #4

nagarjunac opened this issue Oct 24, 2016 · 1 comment

Comments

@nagarjunac
Copy link

I am getting the following error while using the command line console using command iamsh.

/usr/local/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in `require':LoadError: cannot load such file -- /usr/local/lib/ruby/gems/2.2.0/gems/stratus-1.0.0/bin/iamsh-setup

@juno
Copy link
Member

juno commented Aug 9, 2017

Sorry for late reply.
This library is obsoleted and not maintained anymore.
If you want to access AWS IAM via console, you can use AWS's official aws-sdk gem within irb like this:

$ irb
irb(main):001:0> require 'aws-sdk'
irb(main):002:0> iam = Aws::IAM::Client.new(region: 'us-east-1')
irb(main):003:0> iam.operation_names

For more details, please see http://docs.aws.amazon.com/sdkforruby/api/Aws/IAM.html .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants