• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back
What is an AWS VPC?
-Amazon Virtual Private Cloud (VPC) enables you to launch AWS resources into a virtual network that you've defined.
-A VPC closely resembles a traditional network with the benefits of using the scalable infrastructure of AWS.
-A VPC is logically isolated from other virtual networks in the AWS cloud
What is a subnet as related to a VPC?
A subnet is a range of IP addresses in your VPC.
What are the two different types of subnets in a VPC an what are they used for?
-Public subnets are used for resources that must be connected to the Internet
- Private subnets are used for resources that don't require Internet access, but must talk to each other.