Transverse Flashcards

1
Q
Specificity of those encryption ? 
. SSE-S3
. SSE-C
. SSE-KMS
. SSL
A

. SSE-S3 requires that Amazon S3 manage the data and master encryption keys
. SSE-C requires that you manage the encryption key
. SSE-KMS requires that AWS manage the data key but you manage the master key in KMS
. SSL would encrypt data only when in-transit

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

Placement group
. Cluster
. Partition
. Spread

A

. Cluster : HPC
. Partition : Hadoop, Cassandra & Kafka (The instances in a partition do not share racks with the instances in the other partitions, limit the impact of a single hardware failure to only the associated partition)
. Spread : reduce correlated failures)

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

what is OpsWorks ?

A

Configuration management service that helps you configure and operate applications in a cloud enterprise by using Puppet or Chef

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

Type of queue where orders are processed exactly once and which handle large increases in the number of requests ?

A

SQS FIFO

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

Retention period for SQS ?

A

default retention period : 4 days : from 1 min up to 14 days

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

application tier “Decouple” + asynchronously processing ?

A

SQS

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

Type of queue which :
. Reduce empty responses by allowing Amazon SQS to wait until a message is available in a queue before sending a response.
. Reduce false empty responses by querying all rather than a subset of Amazon SQS servers.

A

Long polling

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

Difference between long and short polling ?

A

While the regular short polling returns immediately, even if the message queue being polled is empty, long polling doesn’t return a response until a message arrives in the message queue, or the long poll times out.

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

Services to decouple and architecture ? (2)

A

SQS & SWF (simple workflow service)

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

Usage of RAID 0 & RAID 1 ?

A

. RAID 0 to increase performance

. RAID 1 to increase fault tolerance (redundancy)

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

what protection do you get with WAF and Shield ?

A
WAF = XSS, to protect your applications against SQL injection and cross-site scripting (XSS) attacks,
Shield = DDoS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is GuardDuty ?

A

GuardDuty is a threat detection service that continuously monitors your AWS accounts and workloads for malicious activity and delivers detailed security findings for visibility and remediation.

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

what can be used to map the domain apex (example.com) to the Elastic Load Balancers ?

A

Alias records

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

When does AWS KMS automatically rotates AWS managed keys ?

A

every year

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

”batch processing” and “data is loaded nightly into Redshift and is consumed by business analysts”

2 services ?

A

Lambda for batch processing and Amazon Kinesis Data Firehose data loading.

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

what are CloudWatch enhancer monitoring metrics ?

A

RDS child process, OS processes

17
Q

SWF vs Step Functions ?

A

Step function : coordinating application components using visual workflows.
SWF : If you require external signals (deciders) to intervene in your processes, or you would like to launch child processes that return a result to a parent,

18
Q

Point a hostname to any other hostname (app.domain.com -> balbla.anything.com)

A

CNAME

19
Q

Point a hostname to aws resource (app.domain.com -> blabla.amazonaws.com)

A

Alias

20
Q

How to configure the DNS zone apex record to point to a public facing load balancer ?

A

A recod aliased to the LB DNS name