You have an environment that consists of a public subnet using Amazon VPC and 3 instances that are running in this subnet. These three instances can successfully communicate with other hosts on the Internet. You launch a fourth instance in the same subnet, using the same AMI and security group configuration you used for the others, but find that this instance cannot be accessed from the internet. What should you do to enable Internet access?
A. Deploy a NAT instance into the public subnet.
B. Assign an Elastic IP address to the fourth instance.
C. Configure a publically routable IP Address in the host OS of the fourth instance.
D. Modify the routing table for the public subnet.
Answer: B. Assign an Elastic IP address to the fourth instance.
You might also like to view...
Cells containing a sum or average are usually included in the MAX and MIN function argument
Indicate whether the statement is true or false.
Which of the following statements is false?
a. You can specify the default amount of space between a GridPane’s columns and rows with its Hgap (horizontal gap) and Vgap (vertical gap) properties, respectively. b. You can type in a TextField only if it’s “in focus”—that is, it’s the control that the user is interacting with. c. When you click an interactive control, it prompts for input. d. When you press the Tab key, the focus transfers from the current focusable control to the next one—this occurs in the order the controls were added to the GUI.