Not able to create Amazon EC2 Mac instance

0

I am not able create Amazon EC2 Mac instance, followed the below documentation.

https://aws.amazon.com/getting-started/hands-on/launch-connect-to-amazon-ec2-mac-instance/

I see the below error, could any one suggest what could be the cause.

The number of Dedicated hosts you've requested (1) would bring your total up to 1 for the specified group of instance types (mac1). This exceeds your current limit of 0. If you've recently released Dedicated hosts, it may take some time for them to stop counting towards your limit. Try allocating your hosts again after a few minutes. Please visit http://aws.amazon.com/contact-us/ec2-request to request an adjustment to this limit.

asked 2 years ago325 views
1 Answer
0

A similar case is reported on GitHub below, and the cause seems to be the quota for Maximum number of running dedicated mac1 hosts. [1].

The number of Dedicated hosts you've requested (1) would bring your total up to 2 for the specified group of instance types (mac1). This exceeds your current limit of 1. - Issue #4 - DanielRDias/terraform-aws-dedicated-host
https://github.com/DanielRDias/terraform-aws-dedicated-host/issues/4

Perhaps the following quota is 0 in your account.

Maximum number of running dedicated mac1 hosts.

In my account, the above quota is 0.
If you would like to increase your quota, please visit the following support URL or request it from the service quota console.

http://aws.amazon.com/contact-us/ec2-request

profile picture
mn87
answered 2 years ago

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