Cost Control Flashcards

1
Q

If you’re accessing S3 buckets using NAT instances in multiple AZs and switch to a VPC Gateway Endpoint for S3, will your costs increase, decrease, or stay the same? Why?

A

Costs will decrease. There are data transfer charges when using NAT instances with S3 across multiple AZs, but there are none with VPC Gateway Endpoint for S3 within the same region.

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

A solution for quick DB resets between tests.

A

AWS Aurora backtracking

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

What service provides a TagOption library to allow administrators to easily manage tags on provisioned AWS products?

A

AWS Service Catalog

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

You’re restoring a Provisioned IOPS SSD EBS Volume. After it goes live, it has extremely poor performance and significant latency. Why, and what can you do about it?

A

When a data block is accessed for the first time on a freshly restored EBS Volume, EBS has to download the block from S3 first. This increases the I/O latency until all blocks are accessed at least once. To fix this, update the restoration process to run tools to read the entire volume before putting the instance back to production.

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

How to replicate EBS snapshots in another region.

A

Create snapshots Data Lifecycle Manager. Copy the snapshots to another region using the copy-snapshot API.

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

What tool to send notification emails when a service has exceeded a certain amount of usage?

A

AWS Budgets

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

What to use to set desired capacity to 0 at night for all Auto Scaling groups

A

Lambda Function

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

What type of EBS snapshots can be used to create a new AMI

A

Root volume snapshots only

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

What is a good way to reduce costs when you have many VPCs with lots of cross-region traffic?

A

Consolidate resources into as few regions and AZs as necessary.

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

What does a Fargate ECS cluster in a private subnet need to connect with resources?

A

interface VPC endpoints

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

How to ensure that reserved instances are being allocated efficiently over multiple accounts?

A

Consolidated Billing with Reserved Instance Sharing

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

What type of reservation to use with your autoscaler when you need to guarantee capacity for a short-term burst in traffic?

A

On-Demand Capacity Reservation

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

Most cost effective way to encrypt data at rest when you cannot use a key generated by a third party.

A

Create a customer managed CMK (Customer Master Key) with KMS (AWS Key Management Service) and import your own key.

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

What types of Reserved Instances can you sell on the Reserved Instance Marketplace?

A

Standard EC2 only. Not Convertible and not Reserved Instances for other AWS services like RDS.

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

Tool to ensure that Reserved Instances are used efficiently across multiple accounts within an Organization

A

Cost Explorer

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

When you set up Cross-Region Replication for an S3 bucket, how do you replicate pre-existing content

A

You have to do it manually (or write a script)

17
Q

Can an Application Load Balancer handle multiple SSL Certificates?

A

Yes