Cloud Flashcards
What is the difference between Regions and Availability Zones in AWS?
Regions are geographical areas and availability zones are close proximity data centres within those regions.
What is an Edge Location?
AWS Edge locations are places where data is cached to reduce the latency to the end users.
What is Route 53?
Route 53 is AWS DNS Service
What is AWS Direct Connect?
Direct Connect is a means to connect physical data centres to AWS using dedicated lines.
How does IAM provide access?
IAM uses Groups to which people can be assigned to give access to resources
How are IAM groups defined?
IAM groups are defined using policies which are created using JSON notation
What is CloudFront?
CloudFront is a fast content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency and high transfer speeds using Edge Locations.
What is Lambda?
Lambda is an event-driven compute service. Lambda runs code in response to events
What are the 4 types of EC2 instance?
On Demand, Reserved, Spot and Dedicated Hosts are the 4 types of EC2 instance
What is the difference between CloudWatch and CloudTrail?
CloudWatch is about performance where CloudTrail is about auditing.
What is CloudWatch?
CloudWatch monitors your AWS resources and the applications that run on it.
What is CloudTrail?
CloudTrail allows you to view user and resource activity by recording console actions and API calls.
What is DynamoDB?
An AWS NoSQL db
What is API Gateway?
An API gateway is an API management tool that sits between a client and a collection of backend services. An API gateway acts as a reverse proxy to accept all application programming interface (API) calls, aggregate the various services required to fulfil them, and return the appropriate result.
What is Transit Gateway?
AWS Transit Gateway connects VPCs and on-premises networks through a central hub. This simplifies your network and puts an end to complex peering relationships. It acts as a cloud router – each new connection is only made once.