Design High Performing Architectures Flashcards

1
Q

List the 7 Amazon EC2 Auto Scaling Termination Policies

A
  • Default
  • AllocationStrategy
  • OldestLaunchTemplate
  • OldestLaunchConfiguration
  • ClosetToNextInstanceHour
  • NewestInstance
  • OldestInstance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Default

A

It terminates instances according to the default termination policy

  • It is also useful, for example, when you want to move off launch configurations and start using launch templates.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ClosestToNextInstanceHour

A
  • It terminates the oldest instance in a group
  • Terminate instances that are closest to the next billing hour
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

AllocationStrategy

A
  • it is useful while rebalancing the number of EC2 instances in an autoscaling policy to align to the allocation strategy for the terminating instance
  • This policy is useful when your preferred instance types have changed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

OldestLaunchTemplate

A

Terminate instances that have the oldest launch template.

  • its useful when you’re updating a group and phasing out the instances from a previous configuration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

NewestInstance

A

Terminate the newest instance in the group

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

OldestInstance

A

Terminate the oldest instance in the group

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

Advanced Query Accelerator (AQUA) for Amazon Redshift

A
  • it helps customers boost the query performance by 10x.
  • it resolves betwork bandwidth and memory processing (CPU) bottleneck, low cost, and is easy to deploy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

RedShift Spectrum

A

it is used for querying data directly in S3 files.

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

Amazon S3 Transfer Acceleration

A

it is a bucket-level feature that enables fast, easy, and secure transfers of files over long distances between your client and an S3 bucket.

-

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

Amazon EventBridge

A

It is used to build applications that start processing after any changes to the objects stored in Amazon s3 buckets.

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