AwsIaasConfiguration

AwsIaasConfiguration
AwsIaasConfiguration
AllOf
This class requires all of the following:
JSON Example
{
    "guid": "string",
    "name": "string",
    "additional_cloud_properties": {},
    "iam_instance_profile": "string",
    "security_group": "string",
    "key_pair_name": "string",
    "region": "string",
    "disk_type": "string",
    "encrypted": false,
    "kms_key_arn": "string",
    "require_imds_v2": false,
    "vm_type_catalog_name": "string"
}
string
iam_instance_profile
Optional

iam_instance_profile

string
security_group
Optional

security_group

string
key_pair_name
Optional

key_pair_name

string
region
Optional

region

string
disk_type
Optional
Constraints: default: gp2

The type of EBS volume

Possible values are : gp2, gp3,
boolean
encrypted
Optional

Turn on EBS encryption for all disks.

string
kms_key_arn
Optional

Key used to encrypt all disks. Defaults to the account key.

boolean
require_imds_v2
Optional

Require sending a signed token header with any instance metadata retrieval requests. Note: In order for this to take effect for existing VMs, you must recreate them.

string
vm_type_catalog_name
Optional
Constraints: default: FIFTH_GEN_AMD

Name of the VM type catalog to use. FIFTH_GEN refers to t3, m5, c5, and r5 instance types. FIFTH_GEN_AMD refers to t3a, m5a, c5a, and r5a.

Possible values are : FIFTH_GEN, FIFTH_GEN_AMD,