After launching an instance that you intend to serve as a NAT (Network Address Translation) device in a public subnet you modify your route tables to have the NAT device be the target of internet bound traffic of your private subnet. When you try and make an outbound connection to the internet from an instance in the private subnet, you are not successful. Which of the following steps could resolve the issue?
A. Disabling the Source/Destination Check attribute on the NAT instance
B. Attaching an Elastic IP address to the instance in the private subnet
C. Attaching a second Elastic Network Interface (ENI) to the NAT instance, and placing it in the private subnet
D. Attaching a second Elastic Network Interface (ENI) to the instance in the private subnet, and placing it in the public subnet
Answer: A. Disabling the Source/Destination Check attribute on the NAT instance
You might also like to view...
Answer the following statements true (T) or false (F)
1) Unary operators associate from right to left. 2) If an increment or decrement operator is placed before a variable, it is referred to as the prefix increment or prefix decrement operator, respectively. If an increment or decrement operator is placed after a variable, it is referred to as the postfix increment or postfix decrement operator, respectively. 3) When instance variables of the simple types are declared in a class, they're automatically assigned default values unless specified otherwise by the programmer. Variables of type bool and String are given null by default; everything else is assigned 0. 4) You can create your own simple types.
Microsoft?s tool to configure ODBC is called the _______________.
Fill in the blank(s) with the appropriate word(s).