What is VPC?
Virtual Private Cloud - provisioning a logically isolated section of the AWS Cloud, a private network in AWS with a range of IPs.
What are subnets?
they are groups of public or private resources in a VPC
What is a public subnet?
It groups resources which can be accessed from the Internet.
What is a private subnet?
It groups resources that can only be accessed from the VPC, not from the outside. E.g. DBs, application servers, etc.
Two types of gateways
What is Virtual Private Gateway used for?
It allows for creating a VPN connection to the VPC from e.g. a data center.
What is AWS Direct Connect?
What are the reasons to use AWS Direct Connect?
What are network security concerns?
What is network ACL
What level is protected by ACL?
subnet
What is a Security Group?
checks if packet sender/addressee is allowed to enter/leave an instance
What level is protected by a Security Group?
instance
What are the default rules for a Security Group?
ACL vs. Security Group
What does it mean that Security Group is stateful
by default all return traffic is allowed (checks if a packet is sent in response to an incoming request)
What does it mean that ACL is stateless
It doesn’t care that traffic is a return traffic, each packet gets checked against the ACL.
What is Amazon Rounte 53?
highly available and scalable AWS DNS.
What does Amazon Route 53 do?
Types of routing algorithms