resource "aws_ec2_host" "test" { instance_type = "c5.18xlarge" availability_zone = "us-west-2a" auto_placement = "on" }