createEnvironmentHost
inline suspend fun EvsClient.createEnvironmentHost(crossinline block: CreateEnvironmentHostRequest.Builder.() -> Unit): CreateEnvironmentHostResponse
Creates an ESXi host and adds it to an Amazon EVS environment. Amazon EVS supports 4-16 hosts per environment.
This action can only be used after the Amazon EVS environment is deployed.
You can use the dedicatedHostId
parameter to specify an Amazon EC2 Dedicated Host for ESXi host creation.
You can use the placementGroupId
parameter to specify a cluster or partition placement group to launch EC2 instances into.
You cannot use the dedicatedHostId
and placementGroupId
parameters together in the same CreateEnvironmentHost
action. This results in a ValidationException
response.