AWS Flashcards

1
Q

AWS Lambda

A

vm managed entirely by AWS

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

AWS Fargate

A

containers managed entirely by AWS

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

AWS S3

A

-unlimited storage
-individual objects up to 500 GBs
-Write once, read only (WORM)
-99.99% durability

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

AWS EC2 instances

A

virtual machines

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

AWS ECS elastic container service

A

docker containers instead of vms

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

AWS EKS elastic kubernetes service

A

docker containers managed by aws kubernetes

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

AWS SQS

A

Simple Queue System

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

AWS SNS

A

Simple Notification System

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

AWS EFS (elastic file system)

A

-Multiple instances can access the data in EFS at the same time
-scales up and down automatically
-Linux file system
-Regional resource
-Can store data across multiple Availability Zones

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

AWS EBS

A

-Block storage for EC2 instances
-In order to use EBS you need to be in the same AZ (availability zone)

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

AWS RDS (Relational Database Service)

A

-MySQL
-PostgreSQL
-Oracle
-Microsoft SQL Server

lift and shift migration
lift and shift the database from on premise to AWS

-Automated patching
-Backups
-Redundancy
-Failover
-Disaster recovery

Amazon Aurora
-Supports MySQL and PostgeSQL Amazon own Db
-1/10 is the price from commercial db
-continuous backups

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

Amazon Dynamo DB

A

Serverless database
-tables
—–items
———-attributes

Milisecond response time

simple flexible schema
evey item can have different attributes
Non-relational No SQL database
Fully managed

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

Amazon Redshift

A

Data warehouses
-data warehouses as a service, single SQL against massive data
-

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

AWS Database Migration Service

A

Migrate a database between a source and destination
-source db remains fully operational during migration
-downtime is minimized for apps that rely on that database
-the source and target dbs don’t have to be of the same type

Homogenous dbs
- MySQL to Amazon MySQL
-Same db to other Db
-schema struct, data types and database code is compatible

Heterogenous migration
-different schema
-tool for conversion the schema and the code
-migrate from source to destination

development and test database migrations
-test against test data w/o affecting prod users
database consolidation
-have several databases consolidate into 1
continuous database replication
-continuous use rds to perform data replication for disaster recovery

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

Amazon Document DB, Amazon Neptune, Amazon Managed Blockchain

A

Document DB - variation of Mongo DB
Neptune -
Managed Blockchain - AWS version of blockchain

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

AWS Shared Responsibility Model

A

Part of it is managed by the client
———-platform apps, OS, client side data encryption
Part of it is managed by AWS
————Compute, Storage, Database, Networking
AWS global infra, Regions Edge locations and Availability zones

16
Q

Users and Permissions

A

AWS root account user - MFA that account

IAM groups for users
Policies
Roles - associated permissions or associated to temp permissions

17
Q

AWS organizations

A

—centalized management
—consolidated billing
—hierarhical groupings of accounts
—-AWS service and API actions access control

18
Q

DDOS

A

UDP flood
- makes a request to a server and points the wrong return address to flood that server
- HTTP attacks
- SlowLoris attack - the attacker pretends to have a slow internet connection

-Solutions
———UDP flood -> Security Groups
———slowloris - elastic load balancer, you have to load the entire availability zone

——— custom attacks -> aws shield with aws waf - web app firewall filtering traffic

19
Q

Additional security services

A

aws kms service (key management service)
amazon inspector
——-network configuration reachability piece
——–amazon agent
——-security assessment service
amazon guard duty
——- identifies threats by monitoring the network activity and account behavior within aws environment

20
Q

Amazon CloudWatch

A

Metrics: Variables tied to your resources
Cloudwatch alarm for a certain resource, integrated with SNS
Benefits
-Access all your metrics from a central location
-Gain visibility into your apps, infrastructure and services
- Reduce MTTR and improve TCO

21
Q

Amazon CloudTrail

A

showing trails of interactions with system settings
answering the question what, who, when, how

22
Q

AWS Trusted Advisor

A

-Cost optimization
-Performance
-Security
-Fault tolerance
-Service limits