views:

44

answers:

3

Is it possible to have multiple users to manage an Amazon EC2 environment? I want to give access to several additional people to create machines on my existing billing account.

+1  A: 

A few months ago Amazon announced Consolidated Billing. I never used it, but I think that is what you're looking for:

Consolidated Billing enables you to see a combined view of AWS costs incurred by all accounts in your department or company, as well as obtain a detailed cost report for each individual AWS account associated with your paying account. Consolidated Billing may also lower your overall costs since the rolled up usage across all of your accounts could help you reach lower-priced volume tiers more quickly.

Daniel Vassallo
hmm. I posted the same link just a second ago and didn't see your post. I wonder if something is broken with SO?
Gary Richardson
A: 

You can try http://LabSlice.com. It's primarily for Virtual Lab Management (ie. playground environments), but may suit your needs.

Simon Ellis
Please mention your affiliation with a web site or product when you recommend your own stuff.
Bill the Lizard
I forgot to mention that I am affiliated with the above mentioned site. It's linked off my profile, so I wasn't trying to be underhanded ;-).
Simon Ellis
@Simon: No, I understand you weren't trying anything shady. It's just a relatively new policy on SO to disclose your affiliation on every post where you mention your own product or company.
Bill the Lizard
+1  A: 

Amazon just announced AWS Identity and Access Management - http://aws.amazon.com/iam/

As of right now, it's in 'preview' mode, but this will allow you to have multiple AWS management accounts.

Gary Richardson