Administrators may encounter the following error message when using MCS with Amazon (AWS) hosting connections:
Transaction ID: XXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Action Name: MC_AddMachineInitialzation
Exception:
<Domain name\machine-name$> : [Domain name\machine-name$, Failed to create the virtual machine; Domain name\machine-name$.
Error Details
MachineFailure
: Domain name\machine-name$ Error:
You do not have a host with a matching configuration and sufficient capacity. Either target a host resource group that can automatically allocate hosts on your behalf, or manually allocate a new host to your account and then try again.
Error Details
ErrorID
: PluginUtilities.Exceptions.HostingInfrastructureCommunicationsFailureExceptionTaskErrorInformation
: PluginUtilities.Exceptions.HostingInfrastructureCommunicationsFailureException: You do not have a host with a matching configuration and sufficient capacity. Either target a host resource group that can automatically allocate hosts on your behalf, or manually allocate a new host to your account and then try again. ---> PluginUtilities.Exceptions.WrappedPluginException: You do not have a host with a matching configuration and sufficient capacity. Either target a host resource group that can automatically allocate hosts on your behalf, or manually allocate a new host to your account and then try again.
MCs supports AWS dedicated hosts through two workflows:
Create a catalog by specifying the Tenancy Type as a dedicated host
To ensure the error highlighted in this article is not triggered, make sure that the availability zone that you are provisioning your VMs into has enough dedicated hosts with sufficient capacity allocated
Make sure the dedicated hosts have “Instance auto-placement” enabled
See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-allocating for details and requirements
Use a machine profile source that was launched
Onto a dedicated host (see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#launching-dedicated-hosts-instances for requirements and details for the source instance used). The provisioned VMs will be launched onto te same dedicated host as the machine profile source.
Into a host resource group (see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#launching-hrg-instances for requirements and details for the source instance used). The provisioned VMs will be launched into the same host resource group as the machine profile source.
Incorrect configuration