Compute Flashcards

1
Q

How to harness the best practices of Amazon EKS, but not having to host in the cloud?

A

Run the clusters on-premises using Amazon EKS Distro.

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

URL to retrieve EC2 bootstrap script on instance

A

https://169.254.169.254/latest/user-data

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

Fully managed service for easily automating the exchange of data between SaaS vendors and AWS services like Amazon S3.

A

AWS AppFlow

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

MAX amount of GiB that can be transferred with each flow using AWS AppFlow

A

100 GiB

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

What service should you use if you need to migrate an on-premise Oracle Database to AWS Aurora?

A

AWS DMS

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

What is the Default Termination Policy on an Auto Scaling Group

A

Instance launched with the oldest launch configuration is deleted first:

Determines which Availability Zones have the most instances, and at least one instance that is not protected from scale in. Determine which instances to terminate so as to align the remaining instances to the allocation strategy for the on-demand or spot instance that is terminating.

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

Default cooldown period of Autoscaling group

A

300 sec (5 minutes)

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

Autoscaling Dynamic Policy the provides a cost-effective solution without affecting the performance of the application

A

Target Tracking Scaling

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

Describe Autoscaling Simple Scaling

A

Scaling with a cooldown period before initiating different scaling activities. Set min, max, and desired # of instances.

Use cloudwatch alarms to scale out and in based on criteria set

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

Which Autoscaling policy should you use if you have different instance sizes and need to scale your application in response to predictable load change

A

Scheduled Scaling Policy

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

Which Autoscaling policy should you use if you have homogoneous instances and want your application scale based on historic load

A

Predictive Scaling Policy

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

If you stop and instance, can the instance host change on reboot?

A

Yes, if there is something wrong on the host of the old instance AWS will start on a new instance.

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

What instance type should you use if you have a heavy I/O intense application?

A

Storage Optimized

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

What instance type should you use if you have a large scale application or need to host a database?

A

Memory Optimized

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

What instance type should you use if you want a cost effective high preformance at low cost per compute ratio?

A

Compute Optimized

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

RAID 0 vs RAID 1

A

RAID 0 - improve performance of storage volumes

RAID 1 - configuration for data mirroring