General Concepts Flashcards

1
Q

S3 Transfer Acceleration

A

Facilitates quicker uploads by using edge locations to copy data into Amazon S3.

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

Pilot Light Disaster Recovery

A

Recreates an existing application hosting environment in an AWS Region. This solution turns off most (or all) resources and uses the resources only during tests or when DR failover is necessary. RPO and RTO are usually 10s of minutes.

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

Backup and Restore Disaster Recovery

A

Backup Configuration and App to an S3 and build during a failure. Backup and restore DR strategies typically have the lowest cost but highest recovery time. A solution that manually rebuilds the hosting infrastructure on AWS could take hours.

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

Warm Standby Disaster Recovery

A

Recreates an existing application hosting environment in an AWS Region. This solution serves a portion of live traffic. With this DR strategy, RPO and RTO are usually a few minutes. However, costs are higher because this solutions runs resources continuously.

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

Deregistration delay

A

A window of time that an ELB will wait before deregistering an instance, but not send any new traffic to the instance. Used to prevent in-flight requests from being disconnected. (Default is 300s)

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

When to Use Cloudfront Signed URLs vs. Signed Cookies

A

Use Signed URLs to access individual files, use Signed cookies when you need to give access to multiple files

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

When to use FSX for Lustre

A

Use it for high throughput storage of lots of data (e.g. when training machine learning models)

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

VPN CloudHub

A

A way to build a Hub-and-spoke connection between multiple on-premise data centers and your VPC

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

Kinesis Enhanced Fanout

A

Allows developers to scale up the number of stream consumers (applications reading data from a stream in real-time) by offering each stream consumer its own read throughput.

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

Redis Auth

A

A redis command available in elasticache that enables Redis to require a password before allowing clients to run commands, thereby improving data security.

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

RDS Custom

A

Managed database services for applications that require operating system and database customization.

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

Cognito User pools vs. Identity Pools

A

User Pools - Sources for Authentication (custom, facebook, google etc.)
Identity Pools - Generate AWS Credentials for an authenticated user

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

Which Services can a Gateway endpoint connect to?

A

S3 and DynamoDB

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

Can Snowball deploy directly into S3 Glacier

A

No - you need to put it into S3 and then set a lifecycle policy

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

VPC Sharing

A

Allows multiple AWS accounts to create their application resources, such as Amazon EC2 instances, Amazon Relational Database Service (RDS) databases, Amazon Redshift clusters, and AWS Lambda functions, into shared, centrally-managed virtual private clouds (VPCs).

Sharing is done via subnets! not VPCs

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

VPC Peering

A

A networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses.

17
Q

NAT Instance vs. NAT Gateway

A

A NAT Instance is pretty much a more customizable version of a NAT Gateway,

Gateways provide better availability and bandwidth and require less effort on your part to administer.