createEnvironment
inline suspend fun EvsClient.createEnvironment(crossinline block: CreateEnvironmentRequest.Builder.() -> Unit): CreateEnvironmentResponse
Creates an Amazon EVS environment that runs VCF software, such as SDDC Manager, NSX Manager, and vCenter Server.
During environment creation, Amazon EVS performs validations on DNS settings, provisions VLAN subnets and hosts, and deploys the supplied version of VCF.
It can take several hours to create an environment. After the deployment completes, you can configure VCF according to your unique requirements.
You cannot use the dedicatedHostId
and placementGroupId
parameters together in the same CreateEnvironment
action. This results in a ValidationException
response.
EC2 instances created through Amazon EVS do not support associating an IAM instance profile.