AWS EC2 Instance Terraform module
Upstream version 6.4.0
0 controls from Registry requirements
Terraform Module Source
registry.compliance.tf/terraform-aws-modules/ec2-instance/aws| Name | Type | Description | Sensitive |
|---|---|---|---|
| ami | — | AMI ID that was used to create the instance | — |
| arn | — | The ARN of the instance | — |
| availability_zone | — | The availability zone of the created instance | — |
| capacity_reservation_specification | — | Capacity reservation specification of the instance | — |
| ebs_block_device | — | EBS block device information | — |
| ebs_volumes | — | Map of EBS volumes created and their attributes | — |
| ephemeral_block_device | — | Ephemeral block device information | — |
| iam_instance_profile_arn | — | ARN assigned by AWS to the instance profile | — |
| iam_instance_profile_id | — | Instance profile's ID | — |
| iam_instance_profile_unique | — | Stable and unique string identifying the IAM instance profile | — |
| iam_role_arn | — | The Amazon Resource Name (ARN) specifying the IAM role | — |
| iam_role_name | — | The name of the IAM role | — |
| iam_role_unique_id | — | Stable and unique string identifying the IAM role | — |
| id | — | The ID of the instance | — |
| instance_state | — | The state of the instance | — |
| ipv6_addresses | — | The IPv6 address assigned to the instance, if applicable | — |
| outpost_arn | — | The ARN of the Outpost the instance is assigned to | — |
| password_data | — | Base-64 encoded encrypted password data for the instance. Useful for getting the administrator password for instances running Microsoft Windows. This attribute is only exported if `get_password_data` is true | — |
| primary_network_interface_id | — | The ID of the instance's primary network interface | — |
| private_dns | — | The private DNS name assigned to the instance. Can only be used inside the Amazon EC2, and only available if you've enabled DNS hostnames for your VPC | — |
| private_ip | — | The private IP address assigned to the instance | — |
| public_dns | — | The public DNS name assigned to the instance. For EC2-VPC, this is only available if you've enabled DNS hostnames for your VPC | — |
| public_ip | — | The public IP address assigned to the instance, if applicable. | — |
| root_block_device | — | Root block device information | — |
| security_group_arn | — | Amazon Resource Name (ARN) of the security group | — |
| security_group_id | — | ID of the security group | — |
| spot_bid_status | — | The current bid status of the Spot Instance Request | — |
| spot_instance_id | — | The Instance ID (if any) that is currently fulfilling the Spot Instance request | — |
| spot_request_state | — | The current request state of the Spot Instance Request | — |
| tags_all | — | A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block | — |