Set2(11-20) Flashcards

1
Q

Q11: AWS Data Lifecycle Manager (DLM)

A

AWS Data Lifecycle Manager (DLM) is a service provided by Amazon Web Services (AWS) that enables users to automate the process of creating, retaining, and deleting backups of their Amazon Elastic Block Store (EBS) volumes and Amazon EC2 instances. DLM provides a simple, automated way to manage the lifecycle of your AWS resources by defining policies that automate snapshot management.

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

Q12: AWS Aurora Read replicas

A

Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud, that combines the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases. Amazon Aurora Replicas increase compute capacity within your Aurora MySQL DB cluster. They help in distributing read workload (read scaling) within the region and also act as failover targets. This means that if your primary DB instance fails, an Aurora replica is then promoted to the primary instance.

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

Q14: AWS Fargate

A

AWS Fargate is a compute engine for Amazon ECS (Elastic Container Service) and Amazon EKS (Elastic Kubernetes Service) that allows you to run Docker containers without having to manage the underlying infrastructure.

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

Q15: ecs autoscaling target tracking policy

A

An ECS autoscaling target tracking policy is a type of policy that is used to automatically adjust the size of an ECS cluster based on a predefined target metric . This type of policy is often used to maintain a specific level of resource utilization, such as CPU or memory, in order to ensure that the cluster is able to handle the workload efficiently without being over-provisioned.

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

Q16: AWS DataSync

A

AWS DataSync is an online data transfer service that simplifies, automates, and accelerates moving data between on-premises storage systems and AWS storage services. DataSync can copy data between Network File System (NFS) file servers, Server Message Block (SMB) file servers, Hadoop Distributed File System (HDFS).

it also provides scheduled synchronisation

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

Q16: AWS Glue

A

it is an ETL service

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

Q17: AWS FSx Lustre

A

Amazon FSx for Lustre is a high-performance file system optimized for computing-intensive workloads, such as machine learning, high-performance computing (HPC), and video processing. It is built on Lustre, an open-source parallel file system , and is designed to provide high throughput, low latency, and high input/output (I/O) operations per second (IOPS) for large-scale data processing.

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

Q18: AWS WAF

A

AWS WAF (Web Application Firewall) is a managed service that provides protection for your web applications against common web exploits and attacks. It allows you to create custom rules to block specific web traffic that is malicious or undesirable, such as SQL injection, cross-site scripting (XSS), and bot attacks. AWS WAF can be used to block specific patterns or signatures in the HTTP request or response, such as known DDoS attack vectors. You can configure AWS WAF to block traffic from known malicious IPs or IP ranges, and also use rate-based rules to limit the number of requests per IP address.

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

Q20: DynamoDB

A

provides near real-time performance and milisecond responsiveness

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