AWS AWSEC2 documentation change
Summary
Complete restructuring of hostname documentation, removing detailed technical explanations of IP vs resource naming schemes and moving content to dedicated subpages
Security assessment
The changes are organizational/structural improvements rather than security-related. While hostname configuration can impact network security, there's no specific mention of vulnerabilities, mitigations, or security enhancements. The update focuses on content reorganization and simplification without introducing new security concepts or addressing known vulnerabilities.
Diff
diff --git a/AWSEC2/latest/UserGuide/ec2-instance-naming.md b/AWSEC2/latest/UserGuide/ec2-instance-naming.md index 99f42a623..f49e8be7f 100644 --- a//AWSEC2/latest/UserGuide/ec2-instance-naming.md +++ b//AWSEC2/latest/UserGuide/ec2-instance-naming.md @@ -5,40 +5 @@ -Types of EC2 hostnames Where to find resource names and IP namesChoosing between resource names and IP names - -# Amazon EC2 instance hostname types - -This section describes the Amazon EC2 instance guest OS hostname types available when you launch instances into your VPC subnets. - -The hostname distinguishes the EC2 instances on your network. You may use the hostname of an instance if, for example, you want to run scripts to communicate with some or all of the instances on your network. - -###### Contents - - * Types of EC2 hostnames - - * Where to find resource names and IP names - - * Choosing between resource names and IP names - - * [Change resource based naming options for Amazon EC2](./instance-naming-modify.html) - - - - -## Types of EC2 hostnames - -There are two hostname types for the guest OS hostname when EC2 instances are launched in a VPC: - - * **IP name** : The legacy naming scheme where, when you launch an instance, the _private IPv4 address_ of the instance is included in the hostname of the instance. The IP name exists for the life of the EC2 instance. When used as the Private DNS hostname, it will only return the private IPv4 address (A record). - - * **Resource name** : When you launch an instance, the _EC2 instance ID_ is included in the hostname of the instance. The resource name exists for the life of the EC2 instance. When used as the Private DNS hostname, it can return both the private IPv4 address (A record) and/or the IPv6 Global Unicast Address (AAAA record). - - - - -The EC2 instance guest OS hostname type depends on the subnet settings: - - * If the instance is launched into an IPv4-only subnet, you can select either IP name or resource name. - - * If the instance is launched into a dual-stack (IPv4+IPv6) subnet, you can select either IP name or resource name. - - * If the instance is launched into an IPv6-only subnet, resource name is used automatically. - +# EC2 instance hostnames and domains @@ -45,0 +7 @@ The EC2 instance guest OS hostname type depends on the subnet settings: +Understanding EC2 instance hostnames and domains is important for effectively managing and accessing your Amazon EC2 instances. Each EC2 instance can have different types of hostnames - private and public - that serve different purposes and follow specific naming conventions. @@ -46,0 +9 @@ The EC2 instance guest OS hostname type depends on the subnet settings: +This topic explains the structure of EC2 instance hostnames, how they're constructed, and the different hostname types available. You'll learn how to view and modify hostname settings, understand when to use each type, and learn best practices for hostname management in your AWS environment. @@ -50,99 +13 @@ The EC2 instance guest OS hostname type depends on the subnet settings: - * IP name - - * Resource name - - * The difference between IP name and Resource name - - - - -### IP name - -When you launch an EC2 instance with the **Hostname type** of **IP name** , the guest OS hostname is configured to use the private IPv4 address. - - * Format for an instance in us-east-1: ``private-ipv4-address`.ec2.internal` - - * Example: ``ip-10-24-34-0`.ec2.internal` - - * Format for an instance in any other AWS Region: ``private-ipv4-address.region`.compute.internal` - - * Example: ``ip-10-24-34-0.us-west-2`.compute.internal` - - - - -### Resource name - -When you launch EC2 instances in IPv6-only subnets, the **Hostname type** of **Resource name** is selected by default. When you launch an instance in IPv4-only or dual-stack (IPv4+IPv6) subnets, **Resource name** is an option that you can select. After you launch an instance, you can manage the hostname configuration. For more information, see [Change resource based naming options for Amazon EC2](./instance-naming-modify.html). - -When you launch an EC2 instance with a **Hostname type** of **Resource name** , the guest OS hostname is configured to use the EC2 instance ID. - - * Format for an instance in us-east-1: ``ec2-instance-id`.ec2.internal` - - * Example: ``i-0123456789abcdef`.ec2.internal` - - * Format for an instance in any other AWS Region: ``ec2-instance-id.region`.compute.internal` - - * Example: ``i-0123456789abcdef.us-west-2`.compute.internal` - - - - -### The difference between IP name and Resource name - -DNS queries for both IP names and resource names coexist to ensure backward compatibility and to allow you to migrate from IP based-naming for hostnames to resource-based naming. For private DNS hostnames based on IP names, you cannot configure whether a DNS A record query for the instance is responded to or not. DNS A record queries are always responded to irrespective of the guest OS hostname settings. In contrast, for private DNS hostnames based on resource name, you can configure whether DNS A and/or DNS AAAA queries for the instance are responded to or not. You configure the response behavior when you launch an instance or modify a subnet. For more information, see [Change resource based naming options for Amazon EC2](./instance-naming-modify.html). - -## Where to find resource names and IP names - -You can see the hostname types, resource name and IP name, in the Amazon EC2 console. - -###### Contents - - * When creating an EC2 instance - - * When viewing the details of an existing EC2 instance - - - - -### When creating an EC2 instance - -When you create an EC2 instance, depending on which type of subnet you select, **Hostname type** of **Resource name** might be available or it might be selected and not be modifiable. This section explains the scenarios in which you see the hostname types resource name and IP name. - -#### Scenario 1 - -You create an EC2 instance in the wizard (see [Launch an EC2 instance using the launch instance wizard in the console](./ec2-launch-instance-wizard.html)) and, when you configure the details, you choose a subnet that you configured to be IPv6-only. - -In this case, the **Hostname type** of **Resource name** is selected automatically and is not modifiable. **DNS Hostname** options of **Enable IP name IPv4 (A record) DNS requests** and **Enable resource-based IPv4 (A record) DNS requests** are deselected automatically and are not modifiable. **Enable resource-based IPv6 (AAAA record) DNS requests** is selected by default but is modifiable. If selected, DNS requests to the resource name will resolve to the IPv6 address (AAAA record) of this EC2 instance. - -#### Scenario 2 - -You create an EC2 instance in the wizard (see [Launch an EC2 instance using the launch instance wizard in the console](./ec2-launch-instance-wizard.html)) and, when you configure the details, you choose a subnet configured with an IPv4 CIDR block or both an IPv4 and IPv6 CIDR block ("dual stack"). - -In this case, **Enable IP name IPv4 (A record) DNS requests** is selected automatically and can't be changed. This means that requests to the IP name will resolve to the IPv4 address (A record) of this EC2 instance. - -The options default to the configurations of the subnet, but you can modify the options for this instance depending on the subnet settings: - - * **Hostname type** : Determines whether you want the guest OS hostname of the EC2 instance to be the resource name or IP name. The default value is **IP name**. - - * **Enable resource-based IPv4 (A record) DNS requests** : Determines whether requests to your resource name resolve to the private IPv4 address (A record) of this EC2 instance. This option is not selected by default. - - * **Enable resource-based IPv6 (AAAA record) DNS requests** : Determines whether requests to your resource name resolve to the IPv6 GUA address (AAAA record) of this EC2 instance. This option is not selected by default. - - - - -### When viewing the details of an existing EC2 instance - -You can see the hostname values for an existing EC2 instance in the **Details** tab for the EC2 instance: - - * **Hostname type** : The hostname in IP name or resource name format. - - * **Private IP DNS name (IPv4 only)** : The IP name that will always resolve to the private IPv4 address of the instance. - - * **Private resource DNS name** : The resource name that resolves to the DNS records selected for this instance. - - * **Answer private resource DNS name** : The resource name resolves to IPv4 (A), IPv6 (AAAA) or IPv4 and IPv6 (A and AAAA) DNS records. - - - + * [Understanding EC2 instance hostnames and domains](./understanding-ec2-instance-hostnames-domains.html) @@ -150 +15 @@ You can see the hostname values for an existing EC2 instance in the **Details** -In addition, if you connect to your EC2 instance directly over SSH and enter the `hostname` command, you'll see the hostname in either the IP name or resource name format. + * [Hostname types](./hostname-types.html) @@ -152 +16,0 @@ In addition, if you connect to your EC2 instance directly over SSH and enter the -## Choosing between resource names and IP names @@ -154 +17,0 @@ In addition, if you connect to your EC2 instance directly over SSH and enter the -When you launch an EC2 instance (see [Launch an EC2 instance using the launch instance wizard in the console](./ec2-launch-instance-wizard.html)), if you choose a **Hostname type** of **Resource name** , the EC2 instance launches with a hostname in the resource name format. In such cases, the DNS record for this EC2 instance can also point to the resource name. This gives you the flexibility to choose whether that hostname resolves to the IPv4 address, the IPv6 address, or both the IPv4 and IPv6 address of the instance. If you plan to use IPv6 in the future or if you are using dual-stack subnets today, it’s best to use a **Hostname type** of **Resource name** so that you change DNS resolution for the hostnames of your instances without making any changes to the DNS records themselves. The resource name allows you to add and remove IPv4 and IPv6 DNS resolution on an EC2 instance. @@ -156 +18,0 @@ When you launch an EC2 instance (see [Launch an EC2 instance using the launch in -If instead you choose a **Hostname type** of **IP name** , and use it as the DNS hostname, it can only resolve to the IPv4 address of the instance. It will not resolve to the IPv6 address of the instance even if the instance has both an IPv4 address and an IPv6 address associated with it. @@ -166 +28 @@ IPv4 addresses on Windows -Change resource based naming options +Understanding EC2 instance hostnames and domains