A Cantrill - Practice Exam #1 Flashcards

1
Q

Which DNS Record type is used to commonly verify domain ownership?

A

TXT

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

What type of EC2 volume is best to host a small temporary data base and requires high IOPS?

A

Instance Store.

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

What is best for diagnosing performance issues on an EBS GP2 volume that looks to have high IOPS demands?

CloudWatch or CloudWatch Logs?

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

What is true of DDB “Eventually consistent reads” ?

A

-Uses less RCU than a strongly consistent read
-You can receive outdated data

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

What is RCU in DDB?

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

What is a way to improve a User Data script that has grown too long and slows the deployment and launch of the EC2?

A

Create and use a custom AMI

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

What does S3 transfer acceleration do?

A

Improves speed and performance of S3 objects delivered to users.

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

If you need to allow access to an S3 bucket in your account to IAM users from another account what should you do?

*Objects which are uploaded MUST be owned by your account, NOT the external account

A

Use an IAM role in your account

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

Which DNS record type is generally used to point R53 record sets at AWS logical resources?

A

A + Alias records

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

difference between Session Manager and EC2 Connect ?

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

If you perform an EC2 reboot, will the instance store data be lost?

A

No data persists on an OS reboot. (check/test in AWS IRL)

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

CloudHSM + (SSE3 or Client side encryption) for FIPS 140-2 Level 3 framework

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

Image in CF is not the new image that was just uploaded to S3 (origin). How do you get the CF image to match the new S3 Image?

A

Invalidate the object on the CF Distribution.

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

AWS provide a registry of open data sets which can be used by customers within their applications. How much does it cost to use these datasets within AWS products?

A

Its FREE!!!

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

What needs to be enabled in order for S3 CRR to work effectively?

A

Versioning MUST be enabled on both buckets, in order for CRR to work.

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

What happens when you delete the first full EBS snapshot in a sequence of snapshots? Can you still do a full restore of the Volume?

A

Deleting the snapshot doesnt actually delete the data. The next snapshot becomes the new “Full” snapshot. YES you can do a full restore

16
Q

Is CPU utilization a default or custom Cloudwatch metric?

A

CPU util is DEFAULT in CW.

17
Q

What feature within AWS allows you to control access to an S3 bucket so that everything BUT CloudFront Access is denied ?

18
Q

A website running on EC2s and using cloudfront is expecting a large surge of usage, and is concerned that existing infra wont be able to handle it. What would be a good architecture here?

A

Develop the system using Lambda. (See ChatGPT)

19
Q

If an EIP is not associated with anything, does it cost $?

A

EIPs have a cost even if not associated with anything.

20
Q

EIPs are per account AND which of the following?

Per AZ
OR
Per Region?

A

EIPs are per account and per REGION.

21
Q

Default SQS queues do not require messages to be delivered in the same order that they were received, T or F?

A

True. SQS queues by default do not deliver messages in the same order that they were received.

For that you would need a FIFO SQS queue.

22
Q

Is a standard SQS queue designed to handled the same message delivered twice ?

A

Yes, Standard SQS queue should be able to handle the same message delivered twice.

23
Q

What is true of instance type and size in regards to cluster placement groups?

A

When adding instances to a cluster placement group, all instances must be of the same instance type and size.

24
What do you do is there is NOT enough capacity to add to existing cluster placement group?
terminate the current instances and relaunch them together to try and place all instances at once.
25
How do you need to capture an RDS snapshot that lasts at LEAST 6 months?
Manual snapshot of RDS instance.
26
How long are RDS automated backups?
automated backups in RDS can be retained for a maximum 35 days. If you need a backup retained longer than 35 days, you need a Manual snapshot
27
Which AWS products and features can be used to allow network connectivity between two or more VPCs?
TGW and VPC peering
28
If you enable CRR on an S3 bucket, will objects in the bucket before enabling CRR be moved over to the other bucket?
No Only new objects added AFTER CRR enabled will be replicated.
29
EC2 enhanced networking delivers better Packet per Second (PPS) performance, T or F?
True. EC2 enhanced networking delivers better Packet per Second (PPS) performance
30
What performance benefit does Enhanced Networking provide in terms of Latency?
Lower and consistent latency
31
What can improve heavy load on DDB (heavy read operations) that is cost effective and little admin overhead ?
Increase RCU.
32
What is an appropriate and cost-effective use for the S3 storage class Standard-Infrequent Access?
Objects stored with 11 9's % durability. And require millisecond retrieval.
33
There is an SQS queue with low volume and the processing tier is 5 static instances (not scaled with ASG) what can be done to reduce the SQS bill that is too much $$?
-Switch to Long Polling -Re-Provision the instances using an ASG based on queue length