Transverse Flashcards
Specificity of those encryption ? . SSE-S3 . SSE-C . SSE-KMS . SSL
. 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
Placement group
. Cluster
. Partition
. Spread
. 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)
what is OpsWorks ?
Configuration management service that helps you configure and operate applications in a cloud enterprise by using Puppet or Chef
Type of queue where orders are processed exactly once and which handle large increases in the number of requests ?
SQS FIFO
Retention period for SQS ?
default retention period : 4 days : from 1 min up to 14 days
application tier “Decouple” + asynchronously processing ?
SQS
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.
Long polling
Difference between long and short polling ?
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.
Services to decouple and architecture ? (2)
SQS & SWF (simple workflow service)
Usage of RAID 0 & RAID 1 ?
. RAID 0 to increase performance
. RAID 1 to increase fault tolerance (redundancy)
what protection do you get with WAF and Shield ?
WAF = XSS, to protect your applications against SQL injection and cross-site scripting (XSS) attacks, Shield = DDoS
What is GuardDuty ?
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.
what can be used to map the domain apex (example.com) to the Elastic Load Balancers ?
Alias records
When does AWS KMS automatically rotates AWS managed keys ?
every year
”batch processing” and “data is loaded nightly into Redshift and is consumed by business analysts”
2 services ?
Lambda for batch processing and Amazon Kinesis Data Firehose data loading.