sgargan
sgargan

Reputation: 12628

Allow access to Amazon AWS console using IAM

Is it possible to setup separate accounts using Amazon's IAM service what would allow two different users to access the Amazon web dashboard/console? I'd like a separate account that can access these pages but I'd prefer not to have to give away the keys to the kingdom to do so.

If so can IAM policies be specified to allow restrict what the user can do with the console?

Upvotes: 2

Views: 1712

Answers (1)

Cbaker510
Cbaker510

Reputation: 254

I've written a short howto on adding an ec2 user, it is similar for most policies. URL: http://www.corbettbaker.com/blog-posts/creating-aws-user-ec2-only-permissions

Basically, replace ec2user with whatever you want the user name to be.

-CB

Upvotes: 1

Related Questions