Share and use Dedicated Hosts among multiple IAM users

0

Hi, Is it possible to share and use Dedicated Hosts among multiple IAM users? For example, IAM user A launches EC2 instance #A on some Dedicated Hosts. Can IAM User B run EC2 instance #B on the same Dedicated Hosts?

I have read the FAQ below.

https://aws.amazon.com/ec2/dedicated-hosts/faqs/

At the beginning of this FAQ, it says "fully dedicated for your use."

But I'm not sure if it can be dedicated by one IAM user.

2 Answers
2

Hi there,

Yes, you can do what you are trying to do. This dedicated host is available for your entire AWS account's use. Anyone you give permission to run/control those instances applies whether you have a dedicated or shared host. IAM policies should be the same as well.

Hope this helps.

Rob_El
answered 2 years ago
  • Thank you for your quick reply. my question is solved.

2

Hi

fully dedicated for your use

Means that the host is dedicated to your account. To use a Dedicated Host, you first allocate hosts for use in your account. You then launch instances onto the hosts by specifying host tenancy for the instance. See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html

So its not limited to one IAM user by default however you can use IAM policies to grant users permissions to view and work with specific resources in the Amazon EC2 console. See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-policies-ec2-console.html

profile pictureAWS
EXPERT
Matt-B
answered 2 years ago
  • Thank you for your quick reply. my question is solved.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions