overview of AWS Flashcards

1
Q

what are the three major cloud providers

A

AWS (90%), Azure (5%) and Google

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s a region?

A

geographical area - each area consist of 2 (or more) availability zones

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a availability zone?

A

is simply a datacenter (or tight cluster of data centers). Separated to handle physical issues

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are edge locations?

A

CDN (content distribution nodes for cloud front

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Are there more or less edge locations

A

Many more that regions/AZ

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is LAMP?

A

Linux, Apache HTTP server, MySQL and PHP programming language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a VPC

A

Virtual private cloud

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How many VPCs can you have

A

Multiple per region

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Route53? where did the name come from?

A

Route53 is AWS DNS service - 53 is the DNS port and route 66 is first interstate - play on this

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is CloudFront?

A

content delivery network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Direct Connect?

A

Allows you to directly connect to your office or datacenter (via internet)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is EC2 and what is it used for?

A

Elastic compute cloud - simply virtual machines (Rhel, windows, ….)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is EC2 container services?

A

service that supports Docker

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Elastic Beanstalk?

A

service which allows you to upload your code, analysis it and will allocate the necessary resources

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Lambda?

A

revolutionary service - serverless (no access to host) - upload code and it will respond to your events

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is light sail?

A

out of the box cloud wordpress site - deply automatically

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is S3?

A

Simple storage service - virtual disk in the cloud - can store objects or files - not used for executables or database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is Glacier?

A

Archive service - allows yo to store your files for long period of time - 3 to 4 hours to restore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is EFS?

A

Elastic File storage (block storage) - used for installing apps and ability to attach to multiple virtual servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is storage gateway?

A

A way to connect S3 storage to your datacenter - installed on prem via a virtual machine which communicates to S3 infrastructure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is RDS?

A

Relational database service - includes following databases: MySQL, postgres, mariaDB, SQLServer, Oracle and Aurora

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is DynamoDB

A

Non relational database - very scalable and high performance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is Redshift

A

Amazon data warehouse solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What is Elasticache

A

used to cache data in the cloud - e.g. top 10 selling items that doesn’t change price or image. Take load off the database by moving to the cache

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is Snowball?
Ability to move data from datacenter or office more effectively to AWS (physical transport vs over the wire)
26
What is DMS?
database migration service - move from datacenter to datacenter without down time. When migrating - has the ability to migrate to another DB technology
27
What is SMS?
Server migration services - same as DMS - just moves servers instead of databases - 50 at a time
28
What is Athena?
Allows you to run SQL queries again S3 (CSVs, JSON (javascript object notation), lightweight data interchange - easy for humans to read)
29
What is EMR?
elastic map reduce - allows you to examine large amounts of key pair data - used HaDoop framework
30
What is cloudsearch?
fully managed search service for website
31
What is Elasticserach?
same as cloud search just open source version
32
What is Kinesis?
needed in test - service to stream and analyze data with large amounts of data (social media stream, financial data, ...)
33
What is Data Pipeline?
service that allows you to move data from one place to another (S3 to DynamoDB)
34
What is Quick sight?
not in exams - business analytics tool - build out dashboards.
35
What is IAM?
Identity access management?
36
What is inspector?
Agent installed on all virtual machines - used to report back on security data
37
what is certificate manager?
used to obtain SSL certificates for domain names
38
what is directory services?
Way to bridge AD to AWS - comes up in solutions architecture course
39
what is WAF?
Web application firewalls - application level protection to website - this is for application security.
40
What is Artifacts?
Obtain certifications/compliance documents (e.g. PCI, ...)
41
What is cloudwatch?
used to monitor performance of EC2 environment
42
what is cloud formation?
used to turn infrastructure into code. Documents environment and turns it into deployed infrastructure in AWS.
43
what is cloud trail?
records key changes into the environment - auditing and logging.
44
what is opsworks?
automating deployment via chef
45
what is config?
automatically monitors environment and warns ifyour config might break.
46
what is service catalog?
designed for larger orgs - specific images for deployment to AWS - shows allowed services that can be deployed into the environment
47
what is trusted advisor?
gives tips and tricks to optimize configurations (created by amazon to speed adoption of their products)
48
what is step functions?
provides visualization of the way an application works - new service - shows which micro services are being used
49
what is SWF?
simple workflow service - used on amazon.com to coordinate human task and automated task
50
what is API gateway?
a door for APIs - create, publish, monitor and maintain and secure - allow apps to access backend services
51
what is appstream?
stream desktop apps to users
52
what is elastic transcoder?
used to transform video to various formats
53
what is CodeCommit?
github - place to store code
54
what is codebuild?
way to compile your code
55
what is codedeploy?
service to push your code to your EC2 instances
56
what is codepipeline?
service to track different versions of code
57
what is mobilehub?
add and configure design features for your mobile apps - own console for mobile apps
58
what is cognito?
used to sign into your app via social media logins
59
what is devicefarm?
give you ability to test your apps on physical devices
60
what is mobile analytics?
allows you to collect/analyze your mobile usage data
61
what is pinpoint?
understand and engage development on what your users are doing on your mobile app
62
what is workspaces?
VDI capabilities
63
what is appstream 2.0?
streaming apps to your users
64
what is polly?
text to voice service
65
what is rekognition?
services which returns tags about submitted pictures
66
what is SNS?
simple notification services - service that allows you to notify someone via text, email, ...
67
what is SQS?
a way to decouple applications - queue based service (like mq)
68
what is SES?
simple email service - a way to send/receive email