This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How Do You Disable Nat-t On My Connection? |
|
Answer» You will NEED to disable NAT-T on your device. If you don’t PLAN on using NAT-T and it is not disabled on your device, we will ATTEMPT to ESTABLISH a tunnel over UDP port 4500. If that port is not open the tunnel will not establish. You will need to disable NAT-T on your device. If you don’t plan on using NAT-T and it is not disabled on your device, we will attempt to establish a tunnel over UDP port 4500. If that port is not open the tunnel will not establish. |
|
| 2. |
How Do You Assign Private Ip Addresses To Amazon Ec2 Instances Within A Vpc? |
|
Answer» When you launch an Amazon EC2 instance within a VPC, you may optionally specify the PRIMARY private IP address for the instance. If you do not specify the primary private IP address, AWS automatically addresses it from the IP address range you ASSIGN to that subnet. You can assign SECONDARY private IP addresses when you launch an instance, when you create an ELASTIC Network Interface, or any time after the instance has been launched or the interface has been created. When you launch an Amazon EC2 instance within a VPC, you may optionally specify the primary private IP address for the instance. If you do not specify the primary private IP address, AWS automatically addresses it from the IP address range you assign to that subnet. You can assign secondary private IP addresses when you launch an instance, when you create an Elastic Network Interface, or any time after the instance has been launched or the interface has been created. |
|
| 3. |
Is There A Limit On How Large Or Small A Subnet Can Be? |
|
Answer» The MINIMUM SIZE of a subnet is a /28 (or 14 IP addresses.) for IPV4. SUBNETS cannot be larger than the VPC in which they are created. The minimum size of a subnet is a /28 (or 14 IP addresses.) for IPv4. Subnets cannot be larger than the VPC in which they are created. |
|
| 4. |
How Many Subnets Can I Create Per Vpc? |
|
Answer» CURRENTLY you can CREATE 200 subnets per VPC. If you WOULD like to create more, PLEASE submit a case at the support center. Currently you can create 200 subnets per VPC. If you would like to create more, please submit a case at the support center. |
|
| 5. |
Can You Change A Vpc's Size? |
|
Answer» No. To CHANGE the size of a VPC you must TERMINATE your existing VPC and CREATE a NEW ONE. No. To change the size of a VPC you must terminate your existing VPC and create a new one. |
|
| 6. |
What Defines Billable Vpn Connection-hours? |
|
Answer» VPN CONNECTION-hours are billed for any time your VPN connections are in the "available" STATE. You can determine the state of a VPN connection via the AWS Management Console, CLI, or API. If you no longer wish to use your VPN connection, you SIMPLY terminate the VPN connection to avoid being billed for additional VPN connection-hours. VPN connection-hours are billed for any time your VPN connections are in the "available" state. You can determine the state of a VPN connection via the AWS Management Console, CLI, or API. If you no longer wish to use your VPN connection, you simply terminate the VPN connection to avoid being billed for additional VPN connection-hours. |
|
| 7. |
Can You Assign Multiple Ip Addresses To An Instance? |
|
Answer» Yes. You can ASSIGN one or more secondary private IP addresses to an Elastic Network Interface or an EC2 instance in AMAZON VPC. The number of secondary private IP addresses you can assign depends on the instance type. See the EC2 USER Guide for more information on the number of secondary private IP addresses that can be ASSIGNED per instance type. Yes. You can assign one or more secondary private IP addresses to an Elastic Network Interface or an EC2 instance in Amazon VPC. The number of secondary private IP addresses you can assign depends on the instance type. See the EC2 User Guide for more information on the number of secondary private IP addresses that can be assigned per instance type. |
|
| 8. |
Can You Assign Any Ip Address To An Instance? |
|
Answer» You can assign any IP address to your instance as long as it is:
You can assign any IP address to your instance as long as it is: |
|
| 9. |
What Ip Address Ranges Are Assigned To A Default Vpc? |
|
Answer» Default VPCS are assigned a CIDR RANGE of 172.31.0.0/16. Default SUBNETS within a default VPC are assigned /20 netblocks within the VPC CIDR range. Default VPCs are assigned a CIDR range of 172.31.0.0/16. Default subnets within a default VPC are assigned /20 netblocks within the VPC CIDR range. |
|
| 10. |
How Do You Assign Ip Address Ranges To Vpcs? |
|
Answer» You assign a single Classless Internet Domain Routing (CIDR) IP address block when you create a VPC. Subnets within a VPC are addressed from this range by you. A VPC can be assigned at most one (1) IP address range at any GIVEN time; addressing a VPC from multiple IP address RANGES is currently not supported. PLEASE note that while you can create multiple VPCS with overlapping IP address ranges, doing so will prohibit you from connecting these VPCs to a common HOME network via the hardware VPN connection. For this reason we recommend using non-overlapping IP address ranges. You can allocate an Amazon-provided IPv6 CIDR block to your VPC. You assign a single Classless Internet Domain Routing (CIDR) IP address block when you create a VPC. Subnets within a VPC are addressed from this range by you. A VPC can be assigned at most one (1) IP address range at any given time; addressing a VPC from multiple IP address ranges is currently not supported. Please note that while you can create multiple VPCs with overlapping IP address ranges, doing so will prohibit you from connecting these VPCs to a common home network via the hardware VPN connection. For this reason we recommend using non-overlapping IP address ranges. You can allocate an Amazon-provided IPv6 CIDR block to your VPC. |
|
| 11. |
Are There Any Vpn Connection Throughput Limitations? |
|
Answer» Amazon does not enforce any restrictions on VPN throughput. However, other factors, such as the CRYPTOGRAPHIC capability of your customer gateway, the capacity of your Internet connection, average packet SIZE, the protocol being USED (TCP VS. UDP), and the network latency between your customer gateway and the virtual private gateway can affect throughput. Amazon does not enforce any restrictions on VPN throughput. However, other factors, such as the cryptographic capability of your customer gateway, the capacity of your Internet connection, average packet size, the protocol being used (TCP vs. UDP), and the network latency between your customer gateway and the virtual private gateway can affect throughput. |
|
| 12. |
How Do I Connect A Vpc To My Corporate Datacenter? |
|
Answer» Establishing a hardware VPN connection between your existing NETWORK and Amazon VPC allows you to interact with Amazon EC2 instances WITHIN a VPC as if they were within your existing network. AWS does not PERFORM network address translation (NAT) on Amazon EC2 instances within a VPC ACCESSED via a hardware VPN connection. Establishing a hardware VPN connection between your existing network and Amazon VPC allows you to interact with Amazon EC2 instances within a VPC as if they were within your existing network. AWS does not perform network address translation (NAT) on Amazon EC2 instances within a VPC accessed via a hardware VPN connection. |
|
| 13. |
What Tools Are Available To Me To Help Troubleshoot My Hardware Vpn Configuration? |
|
Answer» The DescribeVPNConnection API DISPLAYS the status of the VPN connection, INCLUDING the state ("up"/"down") of each VPN tunnel and corresponding error messages if either tunnel is "down". This information is also displayed in the AWS MANAGEMENT CONSOLE. The DescribeVPNConnection API displays the status of the VPN connection, including the state ("up"/"down") of each VPN tunnel and corresponding error messages if either tunnel is "down". This information is also displayed in the AWS Management Console. |
|
| 14. |
Name Any Vpcs For Which You Cannot Enable Classiclink? |
|
Answer» ClassicLink cannot be enabled for a VPC that has a Classless Inter-Domain Routing (CIDR) that is within the 10.0.0.0/8 range, with the exception of 10.0.0.0/16 and 10.1.0.0/16. In addition, ClassicLink cannot be enabled for any VPC that has a route table ENTRY POINTING to the 10.0.0.0/8 CIDR SPACE to a target other than "LOCAL". ClassicLink cannot be enabled for a VPC that has a Classless Inter-Domain Routing (CIDR) that is within the 10.0.0.0/8 range, with the exception of 10.0.0.0/16 and 10.1.0.0/16. In addition, ClassicLink cannot be enabled for any VPC that has a route table entry pointing to the 10.0.0.0/8 CIDR space to a target other than "local". |
|
| 15. |
Which Customer Gateway Devices Can I Use To Connect To Amazon Vpc? |
|
Answer» There are two types of VPN connections that you can create: statically-routed VPN connections and dynamically-routed VPN connections. Customer gateway devices supporting statically-routed VPN connections MUST be able to:
There are two types of VPN connections that you can create: statically-routed VPN connections and dynamically-routed VPN connections. Customer gateway devices supporting statically-routed VPN connections must be able to: |
|
| 16. |
How Does A Hardware Vpn Connection Work With Amazon Vpc? |
|
Answer» A hardware VPN connection connects your VPC to your DATACENTER. AMAZON SUPPORTS Internet Protocol security (IPsec) VPN connections. Data transferred between your VPC and datacenter routes over an encrypted VPN connection to help maintain the CONFIDENTIALITY and integrity of data in transit. An Internet gateway is not required to ESTABLISH a hardware VPN connection. A hardware VPN connection connects your VPC to your datacenter. Amazon supports Internet Protocol security (IPsec) VPN connections. Data transferred between your VPC and datacenter routes over an encrypted VPN connection to help maintain the confidentiality and integrity of data in transit. An Internet gateway is not required to establish a hardware VPN connection. |
|
| 17. |
What Is Ipsec? |
|
Answer» IPSEC is a protocol suite for securing INTERNET Protocol (IP) COMMUNICATIONS by authenticating and ENCRYPTING each IP packet of a data STREAM. IPsec is a protocol suite for securing Internet Protocol (IP) communications by authenticating and encrypting each IP packet of a data stream. |
|
| 18. |
How Do Instances Without Public Ip Addresses Access The Internet? |
|
Answer» Instances without public IP ADDRESSES can access the Internet in one of two ways: Instances without public IP addresses can route their TRAFFIC through a NAT gateway or a NAT instance to access the Internet. These instances use the public IP address of the NAT gateway or NAT instance to traverse the Internet. The NAT gateway or NAT instance allows outbound communication but doesn’t allow machines on the Internet to initiate a connection to the privately ADDRESSED instances. For VPCs with a hardware VPN connection or Direct Connect connection, instances can route their Internet traffic down the virtual private gateway to your existing DATACENTER. From there, it can access the Internet via your existing egress points and network security/monitoring devices. Instances without public IP addresses can access the Internet in one of two ways: Instances without public IP addresses can route their traffic through a NAT gateway or a NAT instance to access the Internet. These instances use the public IP address of the NAT gateway or NAT instance to traverse the Internet. The NAT gateway or NAT instance allows outbound communication but doesn’t allow machines on the Internet to initiate a connection to the privately addressed instances. For VPCs with a hardware VPN connection or Direct Connect connection, instances can route their Internet traffic down the virtual private gateway to your existing datacenter. From there, it can access the Internet via your existing egress points and network security/monitoring devices. |
|
| 19. |
How Do Instances In A Vpc Access The Internet? |
|
Answer» You can use PUBLIC IP addresses, INCLUDING Elastic IP addresses (EIPS), to give instances in the VPC the ability to both directly communicate outbound to the Internet and to receive unsolicited inbound traffic from the Internet (e.g., WEB servers). You can use public IP addresses, including Elastic IP addresses (EIPs), to give instances in the VPC the ability to both directly communicate outbound to the Internet and to receive unsolicited inbound traffic from the Internet (e.g., web servers). |
|
| 20. |
What Does An Amazon Vpc Router Do? |
|
Answer» An Amazon VPC ROUTER enables Amazon EC2 instances within subnets to COMMUNICATE with Amazon EC2 instances in other subnets within the same VPC. The VPC router also enables subnets, Internet gateways, and VIRTUAL private gateways to communicate with each other. Network usage data is not available from the router; HOWEVER, you can obtain network usage statistics from your instances USING Amazon CloudWatch. An Amazon VPC router enables Amazon EC2 instances within subnets to communicate with Amazon EC2 instances in other subnets within the same VPC. The VPC router also enables subnets, Internet gateways, and virtual private gateways to communicate with each other. Network usage data is not available from the router; however, you can obtain network usage statistics from your instances using Amazon CloudWatch. |
|
| 21. |
How Many Vpcs, Subnets, Elastic Ip Addresses, Internet Gateways, Customer Gateways, Virtual Private Gateways, And Vpn Connections Can You Create? |
|
Answer» You can have:
You can have: |
|
| 22. |
Can You Use The Aws Management Console To Control And Manage Amazon Vpc? |
|
Answer» Yes. You can use the AWS Management Console to manage Amazon VPC objects such as VPCs, subnets, ROUTE tables, Internet GATEWAYS, and IPSec VPN CONNECTIONS. Additionally, you can use a simple WIZARD to create a VPC. Yes. You can use the AWS Management Console to manage Amazon VPC objects such as VPCs, subnets, route tables, Internet gateways, and IPSec VPN connections. Additionally, you can use a simple wizard to create a VPC. |
|
| 23. |
Can You Modify The Vpc Route Tables? How? |
|
Answer» Yes. You can CREATE route rules to specify which subnets are ROUTED to the INTERNET GATEWAY, the VIRTUAL private gateway, or other instances. Yes. You can create route rules to specify which subnets are routed to the Internet gateway, the virtual private gateway, or other instances. |
|
| 24. |
Does The Ec2-classic Instance Become A Member Of The Vpc? |
|
Answer» The EC2-Classic instance does not become a member of the VPC. It becomes a member of the VPC SECURITY Group that was associated with the instance. All the rules and REFERENCES to the VPC Security Group apply to COMMUNICATION between instances in EC2-Classic instance and RESOURCES within the VPC. The EC2-Classic instance does not become a member of the VPC. It becomes a member of the VPC Security Group that was associated with the instance. All the rules and references to the VPC Security Group apply to communication between instances in EC2-Classic instance and resources within the VPC. |
|
| 25. |
How Do You Use Classiclink? |
|
Answer» In order to use ClassicLink, you FIRST need to enable at least one VPC in your ACCOUNT for ClassicLink. Then you associate a Security GROUP from the VPC with the DESIRED EC2-Classic instance. The EC2-Classic instance is now linked to the VPC and is a member of the SELECTED Security Group in the VPC. Your EC2-Classic instance cannot be linked to more than one VPC at the same time. In order to use ClassicLink, you first need to enable at least one VPC in your account for ClassicLink. Then you associate a Security Group from the VPC with the desired EC2-Classic instance. The EC2-Classic instance is now linked to the VPC and is a member of the selected Security Group in the VPC. Your EC2-Classic instance cannot be linked to more than one VPC at the same time. |
|
| 26. |
What Is Classiclink? |
|
Answer» Amazon VIRTUAL Private Cloud (VPC) ClassicLink allows EC2 instances in the EC2-Classic platform to COMMUNICATE with instances in a VPC using private IP addresses. To use ClassicLink, enable it for a VPC in your ACCOUNT, and associate a Security GROUP from that VPC with an instance in EC2-Classic. All the rules of your VPC Security Group will apply to communications between instances in EC2-Classic and instances in the VPC. Amazon Virtual Private Cloud (VPC) ClassicLink allows EC2 instances in the EC2-Classic platform to communicate with instances in a VPC using private IP addresses. To use ClassicLink, enable it for a VPC in your account, and associate a Security Group from that VPC with an instance in EC2-Classic. All the rules of your VPC Security Group will apply to communications between instances in EC2-Classic and instances in the VPC. |
|
| 27. |
Is There Any Bandwidth Limitations For Peering Connections? |
|
Answer» BANDWIDTH between instances in PEERED VPCs is no DIFFERENT than bandwidth between instances in the same VPC.
Bandwidth between instances in peered VPCs is no different than bandwidth between instances in the same VPC. |
|
| 28. |
Can You Peer Two Vpcs With Matching Ip Address Ranges? |
|
Answer» No. PEERED VPCS MUST have non-overlapping IP RANGES. No. Peered VPCs must have non-overlapping IP ranges. |
|
| 29. |
Can You Use Aws Direct Connect Or Hardware Vpn Connections To Access Vpcs I’m Peered With? |
|
Answer» No. “Edge to Edge ROUTING” isn’t supported in Amazon VPC. REFER to the VPC PEERING Guide for ADDITIONAL information. No. “Edge to Edge routing” isn’t supported in Amazon VPC. Refer to the VPC Peering Guide for additional information. |
|
| 30. |
Can You Detach The Primary Interface (eth0) On My Ec2 Instance? |
|
Answer» No. You can attach and DETACH SECONDARY interfaces (eth1-ethn) on an EC2 instance, but you can’t detach the eth0 interface. No. You can attach and detach secondary interfaces (eth1-ethn) on an EC2 instance, but you can’t detach the eth0 interface. |
|
| 31. |
Can You Use Elastic Network Interfaces As A Way To Host Multiple Websites Requiring Separate Ip Addresses On A Single Instance? |
|
Answer» Yes, HOWEVER, this is not a use case best suited for multiple interfaces. Instead, assign additional private IP ADDRESSES to the INSTANCE and then associate EIPs to the private IPS as needed. Yes, however, this is not a use case best suited for multiple interfaces. Instead, assign additional private IP addresses to the instance and then associate EIPs to the private IPs as needed. |
|
| 32. |
Can You Attach A Network Interface In One Vpc To An Instance In Another Vpc? |
|
Answer» Network interfaces can only be ATTACHED to INSTANCES in the same VPC as the interface Network interfaces can only be attached to instances in the same VPC as the interface |
|
| 33. |
Can You Attach A Network Interface In One Availability Zone To An Instance In Another Availability Zone? |
|
Answer» Network INTERFACES can only be attached to INSTANCES residing in the same AVAILABILITY ZONE. Network interfaces can only be attached to instances residing in the same Availability Zone. |
|
| 34. |
Can You Have More Than Two Network Interfaces Attached To My Ec2 Instance? |
|
Answer» The total NUMBER of network interfaces that can be attached to an EC2 instance depends on the instance type. See the EC2 User GUIDE for more INFORMATION on the number of allowed network interfaces PER instance type. The total number of network interfaces that can be attached to an EC2 instance depends on the instance type. See the EC2 User Guide for more information on the number of allowed network interfaces per instance type. |
|
| 35. |
Can You Peer My Vpc With A Vpc Belonging To Another Aws Account? |
|
Answer» YES, assuming the owner of the other VPC ACCEPTS your PEERING connection request. Yes, assuming the owner of the other VPC accepts your peering connection request. |
|
| 36. |
Can You Create A Peering Connection To A Vpc In A Different Region? |
|
Answer» No. PEERING CONNECTIONS are only AVAILABLE between VPCS in the same REGION. No. Peering connections are only available between VPCs in the same region. |
|
| 37. |
What If Your Peering Connection Goes Down? |
|
Answer» AWS uses the EXISTING infrastructure of a VPC to create a VPC peering connection; it is neither a gateway nor a VPN connection, and does not RELY on a separate piece of physical HARDWARE. There is no single point of failure for COMMUNICATION or a bandwidth bottleneck. AWS uses the existing infrastructure of a VPC to create a VPC peering connection; it is neither a gateway nor a VPN connection, and does not rely on a separate piece of physical hardware. There is no single point of failure for communication or a bandwidth bottleneck. |
|
| 38. |
How Are Iam Accounts Impacted By Default Vpc? |
|
Answer» If your AWS account has a DEFAULT VPC, any IAM accounts associated with your AWS account use the same default VPC as your AWS account. If your AWS account has a default VPC, any IAM accounts associated with your AWS account use the same default VPC as your AWS account. |
|
| 39. |
You Really Want A Default Vpc For My Existing Ec2 Account. Is That Possible? |
|
Answer» Yes, however, we can only enable an existing account for a default VPC if you have no EC2-Classic resources for that account in that region. Additionally, you must terminate all non-VPC provisioned ELASTIC Load Balancers, Amazon RDS, Amazon ElastiCache, and Amazon Redshift resources in that region. After your account has been configured for a default VPC, all future resource LAUNCHES, including instances launched via AUTO SCALING, will be placed in your default VPC. To request your existing account be setup with a default VPC, contact AWS Support. We will review your request and your existing AWS services and EC2-Classic presence to determine if you are ELIGIBLE for a default VPC. Yes, however, we can only enable an existing account for a default VPC if you have no EC2-Classic resources for that account in that region. Additionally, you must terminate all non-VPC provisioned Elastic Load Balancers, Amazon RDS, Amazon ElastiCache, and Amazon Redshift resources in that region. After your account has been configured for a default VPC, all future resource launches, including instances launched via Auto Scaling, will be placed in your default VPC. To request your existing account be setup with a default VPC, contact AWS Support. We will review your request and your existing AWS services and EC2-Classic presence to determine if you are eligible for a default VPC. |
|
| 40. |
You Have An Existing Ec2-classic Account. Can I Get A Default Vpc? |
|
Answer» The simplest way to get a DEFAULT VPC is to create a NEW account in a REGION that is enabled for default VPCs, or use an existing account in a region you've never been to before, as long as the Supported PLATFORMS attribute for that account in that region is set to "EC2-VPC". The simplest way to get a default VPC is to create a new account in a region that is enabled for default VPCs, or use an existing account in a region you've never been to before, as long as the Supported Platforms attribute for that account in that region is set to "EC2-VPC". |
|
| 41. |
If You Peer Vpc A To Vpc B And I Peer Vpc B To Vpc C, Does That Mean Vpcs A And C Are Peered? |
|
Answer» No. TRANSITIVE PEERING RELATIONSHIPS are not SUPPORTED. No. Transitive peering relationships are not supported. |
|
| 42. |
If You Delete My Side Of A Peering Connection, Will The Other Side Still Have Access To My Vpc? |
|
Answer» No. Either SIDE of the peering CONNECTION can terminate the peering connection at any TIME. Terminating a peering connection means traffic won’t flow between the two VPCS. No. Either side of the peering connection can terminate the peering connection at any time. Terminating a peering connection means traffic won’t flow between the two VPCs. |
|
| 43. |
Can You Delete A Default Subnet? |
|
Answer» Yes, but once deleted, it’s gone. Your future INSTANCE launches will be PLACED in your remaining DEFAULT subnet(s). Yes, but once deleted, it’s gone. Your future instance launches will be placed in your remaining default subnet(s). |
|
| 44. |
Can You Delete A Default Vpc? |
|
Answer» YES. Contact AWS Support if you've deleted your default VPC and want to have it RESET Yes. Contact AWS Support if you've deleted your default VPC and want to have it reset |
|
| 45. |
Do You Need To Have A Vpn Connection To Use A Default Vpc? |
|
Answer» No. Default VPCs are attached to the INTERNET and all instances launched in default subnets in the default VPC automatically RECEIVE PUBLIC IP addresses. You can ADD a VPN connection to your default VPC if you choose. No. Default VPCs are attached to the Internet and all instances launched in default subnets in the default VPC automatically receive public IP addresses. You can add a VPN connection to your default VPC if you choose. |
|
| 46. |
Can You Use Amazon Ec2 Reserved Instances With Amazon Vpc? |
|
Answer» Yes. You can RESERVE an instance in Amazon VPC when you PURCHASE Reserved Instances. When computing your bill, AWS does not distinguish whether your instance runs in Amazon VPC or standard Amazon EC2. AWS automatically optimizes which instances are charged at the lower Reserved Instance rate to ENSURE you always PAY the lowest amount. However, your instance reservation will be specific to Amazon VPC. Please see the Reserved Instances PAGE for further details. Yes. You can reserve an instance in Amazon VPC when you purchase Reserved Instances. When computing your bill, AWS does not distinguish whether your instance runs in Amazon VPC or standard Amazon EC2. AWS automatically optimizes which instances are charged at the lower Reserved Instance rate to ensure you always pay the lowest amount. However, your instance reservation will be specific to Amazon VPC. Please see the Reserved Instances page for further details. |
|
| 47. |
Can You Boot An Amazon Ec2 Instance From An Amazon Ebs Volume Within Amazon Vpc? |
|
Answer» Yes, however, an instance LAUNCHED in a VPC using an AMAZON EBS-backed AMI MAINTAINS the same IP address when stopped and RESTARTED. This is in contrast to similar instances launched OUTSIDE a VPC, which get a new IP address. The IP addresses for any stopped instances in a subnet are considered unavailable. Yes, however, an instance launched in a VPC using an Amazon EBS-backed AMI maintains the same IP address when stopped and restarted. This is in contrast to similar instances launched outside a VPC, which get a new IP address. The IP addresses for any stopped instances in a subnet are considered unavailable. |
|
| 48. |
Can You Use My Existing Amazon Ebs Snapshots? |
|
Answer» Yes, you MAY use AMAZON EBS snapshots if they are LOCATED in the same region as your VPC. Yes, you may use Amazon EBS snapshots if they are located in the same region as your VPC. |
|
| 49. |
Will You Need To Know Anything About Amazon Vpc In Order To Use A Default Vpc? |
|
Answer» No. You can use the AWS Management Console, AWS EC2 CLI, or the Amazon EC2 API to launch and manage EC2 instances and other AWS RESOURCES in a default VPC. AWS will AUTOMATICALLY create a default VPC for you and will create a default SUBNET in each Availability Zone in the AWS region. Your default VPC will be connected to an Internet gateway and your instances will automatically receive public IP ADDRESSES, just LIKE EC2-Classic. No. You can use the AWS Management Console, AWS EC2 CLI, or the Amazon EC2 API to launch and manage EC2 instances and other AWS resources in a default VPC. AWS will automatically create a default VPC for you and will create a default subnet in each Availability Zone in the AWS region. Your default VPC will be connected to an Internet gateway and your instances will automatically receive public IP addresses, just like EC2-Classic. |
|
| 50. |
Can You Create Additional Subnets In My Default Vpc, Such As Private Subnets? |
|
Answer» Yes. To LAUNCH into nondefault SUBNETS, you can TARGET your launches using the console or the --subnet option from the CLI, API, or SDK. Yes. To launch into nondefault subnets, you can target your launches using the console or the --subnet option from the CLI, API, or SDK. |
|