What action is required to establish a VPC VPN connection between an on-premises data center and an Amazon VPC virtual private gateway?
A. Modify the main route table to allow traffic to a network address translation instance.
B. Use a dedicated network address translation instance in the public subnet.
C. Assign a static Internet-routable IP address to an Amazon VPC customer gateway.
D. Establish a dedicated networking connection using AWS Direct Connect.
Answer: C. Assign a static Internet-routable IP address to an Amazon VPC customer gateway.
You might also like to view...
Consider the function, where the programmer inadvertently left out the ampersand in the definition of parRef. What is the output of the code?
```
void doStuff(int parValue, int parRef)
{
parValue = 100;
<< “parValue in call to doStuff = “
<< parValue << endl;
parRef =222;
cout << “parRef in call to doStuff = “
<
Which of the following two examples demonstrate strong alignment, the first or the second? Justify your answer in terms of virtual lines.
Provide a high-level description of the CentOS 7 System Monitor.
What will be an ideal response?
A ____ is a spot in a computer program just before or just after some action occurs.
A. breakpoint B. thread C. call stack D. code path