TD Exam 4 - Short review Flashcards

1
Q

Does SNS prevent duplication, loss and maintain order by default?

A

No

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

Can SNS handle thousands of messages a day

A

Maybe not

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

Is Kinesis Data Stream appropriate for thousands of messages a day that need to be sent to EMR

A

Yes

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

Does Kinesis Data Stream prevent duplication, loss and maintain order by default?

A

Yes

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

Can you configure RAID for instance store volumes

A

Yes

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

Can you configure RAID for EBS volumes

A

Yes

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

What is RAID 0

A

Use data stripping to have better performance
Distributes I/O across volumes in a tripe
If you add a volume, you get straight addition of throughput and IOPS

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

Can an instance have multiple instance stores

A

Yes

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

What is RAID 1

A

It is used for data mirroring

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

What is ACID

A

Provides consistency

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

What is BASE

A

Provides HA

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

Which replication type in RDS supports ACID

A

REad-replica can support it

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

What is Amazon Elastic MapReduce

A

Amazon EMR

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

What is needed to ensure all objects uploaded to an S3 bucket can read publicly all over the internet

A

Configure S3 bucket policy to set all objects to public read
Grant public read access to the object when uploading it using S3 Console

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

What does CORS do in an S3 bucket

A

Allows objects from one domain to be loaded and accessible ro a different domain

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

Can you configure an S3 bucket policy to set all objects to public read

A

Yes, or set permission during upload for a specific object

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

Where is instance type configured for an auto-scaling group

A

In launch template

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

Do you need to create a new version of a launch template to change instance type

A

Yes, templates can’t be modified unless you create a new version

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

Are you restricted to us-east-1 when requesting public certificates with ACM

A

No

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

What is Redshift spectrum

A

It allows you to directly run SQL queries against unstructured data in S3

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

When do instances have associated DNS hostnames

A

When DNS resolution and DNS hostname are enabled in VPC configuration

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

What is Glacier Vault

A

A container for storing archives
There is such a thing as Vault Policies and Vault Lock for WORM compliance

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

Does AWS SSO require SAML compatibility

A

Yes

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

What is Requester Pays

A

Requester of S3 pays for access

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Does Requester Pays disable anonymous access
Yes, automatically
26
What are the enhanced monitoring metrics in RDS
Includes RDS processes OS processes
27
What does RDS enhanced monitoring do
Add an agent on the instance
28
What is freeable memory in RDS
How much ram is available on the instance
29
What are some metrics available by default with RDS
CPU Utilization Database Connections Freeable memory
30
What is queue length for Provisioned IOPS volumes
Length of waiting operations
31
What is the maximum ratio of IOPS to requested volume size
50:1
32
What is the max IOPS for provisioned IOPS io1
64k iops
33
What is the maximum IO size for io1 volume at 32k IOPS
256 kiB
34
What impact does volume size have on IOPS queue length and value
More GB = Better IOPS = lower queue length
35
What is IOPS volume queue
number of pending IO requests for a device
36
What queue length should you want for a latency-sensitive app
Low queue length
37
What is Amazon Application Discovery
Used to track the migration status of your applications from the Migration Hub console
38
What is the best way to do VM lift and shift
AWS Application Migration Service
39
What is the order or a resource dclaraiton in CloudFormation
region:account:service:service id
40
Can you automate promotion of an RDS read replica (automatic failover)
No
41
How can you ensure Redshift has continuity even if there is a region-wide failure
Enable Cross-Region snapshots in the cluster
42
What kind of resilience does redshift have by default
AZ, but can have multi-AZ deployment
43
What is an advantage of taking a snapshot and terminating an RDS instance vs stopping it
A stopped RDS instance still incurs cost of its storage
44
Can Cloudwatch alarms restart EC2 instances by themselves
Yes, using cloudwatch alarm actions
45
What are Flow logs
They are used in VPCs
46
What is Kubernetes Cluster Autoscaler
It automatically asjusts the number of nodes in a cluster. It utilizes Auto Scaling Groups
47
What is a Kubernetes Cluster Autoscaler alternative
Karpenter
48
Is there such a thing as Spot storage in EBS
No
49
What is ElastiCache
In-memory database, memcached or redis
50
Is there a managed config rule to check IAM user access key rotation
Yes
51
If you add a new domain to an ALB and want to redirect http traffic to https for that traffic only, do you need to create a new listener or a new ALB
No, there can only be one listener on a specific port per ALB
52
Where can you get information about upcoming AWS events
AWS Personal Health Dashbord
53
What is the metadata endpoint for EC2 instances
http://169.254.169.254/latest/meta-data/
54
What is user data vs metadata at 169.254.169.254
Metadata is information about the instance User data is specified by user at isntance launch
55
How does AWS License Manager work
Makes it easier to centrally manage licenases from vendors
56
How can you force encryption for objects in an S3 bucket
Yes, by requiring the appropriate header
57
Can you enforce header rules on S3 bucket policies
Yes, that is how you enforce encryption
58
What algorithm is used when using S3 SSE
AES-256
59
Does KMS use AES 256 for S3
No
60
What are the different types of instances (in terms of optimized)
61
Is Comprehend Medical a thing
Yes, t is made specifically for Medical information from unstructured text
62
Is Textract Medical a thing
Yes, but it is not enoughto identif PHI in pdfs
63
Textract vs Comprehend
Textract : extract text from pdf and such Comprehend: analyze text
64
Does Textract have PII redaction
Yes, but it is not suitable for PHI
65
What is Well-Architected tool
Automatically monitor workload status, conduct architectural reviews and check for AWS best practices
66
What is Elastic Fabric Adapter
A network device you attach to your EC2 instance to accelerate HPC
67
What is Elastic Network Adapter
It does not have os-bypass capacity like EFA
68
How do you grant access to CF to S3 bucket that is not public
Origin Access Identity
69
Does AWS SSO require SAML 2.0
Yes
70
What should you do if your identity store is not compatible with SAML 2.0
Build a custom identity broker and use STS
71
Where are 2 places you can upload an HTTPs certificate you got from a 3rd party
ACM and IAM Certificate Store
72
Is S3 suitable to upload a certificate
No
73
What is IAM certificate store
Lets you upload a certificate, but ACM is recommended
74
What is the primary recommended service for Lift and Shift
AWS Application Migration Service
75
What is the first step for lift and shift
Install AWS Replication agent on source servers
76
What are some characteristics of FIFO SQS queues
High throughput (not unlimited) Exactly-once processing FIFO delivery
77
Are step functions an alternative to SQS
YEs
78
What are some guarantees provided by Step Functions
Task is never duplicated and is assigned only once
79
Is there such a thing as predictive scaling
Yes, it uses AI to predict load
80
What does predictive scaling do
It uses machine learning to predict capacity requirements based on historical data from CloudWatch
81
What EBS is the cheapest
Magnetic volumes
82
What EBS provides storage with consistent and low-latency performance
Provisioned IOPS
83
What EBS volumes support multi-attach
Provisioned IOPS io2 and io1
84
What OS doesnt support OS-bypasss capavility of EFA
Windows
85
What happens if you attach EFA to windows instance
It acts like an Elastic Network Interface, no OS bypass feature
86
What is ENA
Provides traditional IP networking features
87
What is AWS Compute Optimizer
Helps you identify optimal resource configuration, like Lmambda memory size, EC2 instance type, etc
88
What is the only way to have automatic failover with RDS
Multi-AZ deployment
89
Can you enforce license limits in AWS Licnse Manager
Yes
90