Core Services - Detailed Flashcards
(146 cards)
What is a VPC
VPC stands for Virtual Private Cloud. APC allows you to create a secure private network in the AWS cloud where you launch your resources
What are the main components of a VPC?
NACL, Router, Route Table, Internet Gateway
What is an NACL?
NETWORK ACL, Access control lists (ACLs) ensure the proper traffic is allowed into the subnet.
What is a Router and a Route Table?
A Router and a Route Table define where network traffic is routed.
What is an Internet Gateway?
An Internet Gateway allows public traffic to the internet from a VPC
What is a VPC like?
A VPC is like a fence
What does an internet gateway do?
It allows traffic to the public internet
What does peering do?
It allows you to connect 2 VPCs together
What is an AZ
An AZ stands for availability zone. AZs consist of one or more physically separated data centres, each with redundant power, networking and connectivity, housed in separate facilities
An AZ has one or more discrete data centers but the exact number in each is not disclosed by AWS
An AZ contains the servers you’re renting and it’s where you deploy your applications
An AZ is associated with a single region
What is Route 53
Route 53 is a DNS service that routes users to applications. It performs health checks on AWS resources and supports a HYBRID MODEL
What is Direct Connect
Direct Connect is a dedicated physical network connection from your on-premises data center to AWS. It supports a HYBRID MODEL
What is site-to-site VPN
Site-to-site VPN creates a secute connection between your internal networks and your AWS VPCs. It supports a HYBRID MODEL.
What is API Gateway
API Gateway allows you to build and manage APIs
What is a virtual private gateway?
Virtual Private Gateway is the VPN connector on the AWS side
What is a customer gateway?
Customer Gateway is the VPN connector on the client side
Name the available AWS databases
RDS, Aurora, DynamoDB, DocumentDB, ElastiCache, Neptune
Name the AWS Analytics Services
Redshit, Athena, AWS Glue, Kinesis, EMS, Data Pipeline, QuickSight
What is Redshift
Redshift is an analytics service. Redshift is a scalable data warehouse solution
What is Athena?
Athena is a query analytics service for Amazon S3
What is AWS Glue?
AWS Glue prepares your data for analytics
What is Kinesis?
Kinesis is an analytics service that allows you to analyze data and video streams in real time.
What is EMR?
EMR (Elastic Map Reduce) allows you to process large amounts of data
What is Data Pipeline?
Data pipeline is an analytics service that helps you move data between compute and storage services running either on AWS or on-premises.