VPN Flashcards
(31 cards)
With regard to VPN on AWS, what protocol is supported?
IPSec which is a secure network protocol suite that authenticates and encrypts the packets of data to provide secure encrypted communication between two computers over an Internet Protocol network
When you assign a Virtual Private Gateway as part of a VPN, can you change the ASN after it has been assigned?
No it is not possible.
What happens if you do not assign an ASN to a Virtual Private Gateway?
AWS will assign a default
What are the key virtual components in an AWS VPN?
- Virtual Private Gateway (VPG)
- Customer Gateway (CG)
- Connection
How do I know if my hardware or software VPN device on the customer side is compatible with AWS VPN
AWS has a list of validated
With AWS VPN, how many IPSec tunnels connect to the customer gateway?
Two for redundancy.
If there is a device failure on one of the tunnels, will you lose connectivity?
No, traffic will start to flow on the second tunnel.
With AWS VPN, will the connection come up automatically?
No the connection only comes up with data is generated on the client side.
The AWS Virtual Private Gateway is not the initiator.
What protocol is used for payload encryption on AWS VPN IPsec tunnel?
AES 128 ( Advanced Encryption Standard ) or AES 256.(one of the strongest block ciphers available to encrypt your data, 256-bit Advanced Encryption Standard (AES-256).)
What authentication hashing algorithm is available on AWS VPN?
SHA-1 and SHA2. SHA-1 is vulnerable to hacking so it should not be used.
What is Perfect Forward Secrecy?
It is an encryption style known for producing temporary private key exchanges between clients and servers.
What are the VPN components used?
- VPN Gateway
- CUSTOMER Gateway
What is a customer Gateway ?
The customer GW represents your on-prem physical VPN, this holds the information needed for AWS VPN about the Customer GW.
I need to connect from on-prem to my VPC using IPv6, I, what options do I have?
You can’t use IPV6 with AWS site-to-site VPN, only IPv4 is supported, you will need to use a commercial VPN form the market place.
I need to connect to a customer Gateway VPN, the customer insists that we need to use dynamic VPN’s, what options do I have?
AWS VPN supports dynamic routing.
What is a virtual private gateway?
It is a VPN gateway that is used as part of the AWS Sit-to-Site VPN.
It’s is a logical, fully redundant distributed edge routing function that sits at the edge of your VPC. As it is capable of terminating VPN connections from your on-prem or customer environments, the VPG is the VPN concentrator on the Amazon side of the Site-to-Site VPN connection
To create an AWS VPN, what are the building blocks?
- Create a customer gateway and give it the IP of the public facing IP of the customer VPN.
- Create a virtual private gateway and attach to VPC
- Create a connection
I have an AWS VPN configured with a single tunnel to a single customer VPN server, I want to make it HA, what options do I have?
I can create a second tunnel on the same Customer Gateway
I have an AWS VPN with two tunnels, how is this configuration providing HA for an AZ failure?
Each tunnel is served to form a separate AZ, a single Each tunnel is served to form a separate AZ, a single AZ can fail or single v-appliance sup[plying the VPN tunnel.
I have an AWS VPN with two tunnels, I want to ensure that it is even more HA, what can I do?
You can set up a second AWS VPN.
I need 1.7GB of connectivity to my on-prem, what is the lowest cost option available?
Setup two VPNs, as each vpn is capable of 1.25gBs
What IKE versions are supported by AWS VPN?
IKE version 1 + 2
When you create VPG and create a connection to the customer GW, how many tunnels are created?
AWS creates two tunnels to a single customer gateway (the real VPN device on the customer’s side)
When you create a VPN to the customer gateway, where is the single point of failure?
It is the customer GW, there is only one customer GW (physical device), the VPN GW represents two VPN tunnels with each VPN in a separate in the VPC, you get two public IP on the AWS service network.