--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_host Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::EC2::Host --- # awscc_ec2_host (Data Source) Data Source schema for AWS::EC2::Host ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `auto_placement` (String) Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. - `availability_zone` (String) The Availability Zone in which to allocate the Dedicated Host. - `host_id` (String) Id of the host created. - `host_recovery` (String) Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. - `instance_type` (String) Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.