Common Exam Scenarios Flashcards

1
Q

Set up asynchronous data replication to another RDS DB instance hosted in another AWS Region

A

Create a Read Replica

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

A parallel file system for “hot” (frequently accessed) data

A

Amazon FSx For Lustre

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

Implement synchronous data replication across Availability Zones with automatic failover in Amazon RDS

A

Enable Multi-AZ deployment in Amazon RDS

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

Needs a storage service to host “cold” (infrequently accessed) data

A

Amazon S3 Glacier

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

Set up a relational database and a disaster recovery plan with an RPO of 1 second and RTO of less than 1 minute.

A

Use Amazon Aurora Global Database.

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

Monitor database metrics and send email notifications if a specific threshold has been breached.

A

Create an SNS topic and add the topic in the CloudWatch alarm.

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

Set up a DNS failover to a static website.

A

Use Route 53 with the failover option to a static S3 website bucket or CloudFront distribution.

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

Implement an automated backup for all the EBS Volumes.

A

Use Amazon Data Lifecycle Manager to automate the creation of EBS snapshots.

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

Monitor the available swap space of your EC2 instances

A

Install the CloudWatch agent and monitor the SwapUtilizationmetric.

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

Implement a 90-day backup retention policy on Amazon Aurora.

A

Use AWS Backup

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

Implement a fanout messaging.

A

Create an SNS topic with a message filtering policy and configure multiple SQS queues to subscribe to the topic.

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

A database that has a read replication latency of less than 1 second.

A

Use Amazon Aurora with cross-region replicas.

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

A specific type of Elastic Load Balancer that uses UDP as the protocol for communication between clients and thousands of game servers around the world.

A

Use Network Load Balancer for TCP/UDP protocols.

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

Monitor the memory and disk space utilization of an EC2 instance.

A

Install Amazon CloudWatch agent on the instance.

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

Retrieve a subset of data from a large CSV file stored in the S3 bucket.

A

Perform an S3 Select operation based on the bucket’s name and object’s key.

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

Upload 1 TB file to an S3 bucket.

A

Use Amazon S3 multipart upload API to upload large objects in parts.

17
Q

Improve the performance of the application by reducing the response times from milliseconds to microseconds.

A

Use Amazon DynamoDB Accelerator (DAX)

18
Q

Retrieve the instance ID, public keys, and public IP address of an EC2 instance.

A

Access the URL: http://169.254.169.254/latest/meta-data/ using the EC2 instance.

19
Q

Route the internet traffic to the resources based on the location of the user.

A

Use Route 53 Geolocation Routing policy.

20
Q

Encrypt EBS volumes restored from the unencrypted EBS snapshots

A

Copy the snapshot and enable encryption with a new symmetric CMK while creating an EBS volume using the snapshot.

21
Q

Limit the maximum number of requests from a single IP address.

A

Create a rate-based rule in AWS WAF and set the rate limit.

22
Q

Grant the bucket owner full access to all uploaded objects in the S3 bucket.

A

Create a bucket policy that requires users to set the object’s ACL to bucket-owner-full-control.

23
Q

Protect objects in the S3 bucket from accidental deletion or overwrite.

A

Enable versioning and MFA delete.

24
Q

Access resources on both on-premises and AWS using on-premises credentials that are stored in Active Directory.

A

Set up SAML 2.0-Based Federation by using a Microsoft Active Directory Federation Service.

25
Q

Secure the sensitive data stored in EBS volumes

A

Enable EBS Encryption

26
Q

Ensure that the data-in-transit and data-at-rest of the Amazon S3 bucket is always encrypted

A

Enable Amazon S3 Server-Side or use Client-Side Encryption

27
Q

Secure the web application by allowing multiple domains to serve SSL traffic over the same IP address.

A

Use AWS Certificate Manager to generate an SSL certificate. Associate the certificate to the CloudFront distribution and enable Server Name Indication (SNI).

28
Q

Control the access for several S3 buckets by using a gateway endpoint to allow access to trusted buckets.

A

Create an endpoint policy for trusted S3 buckets.

29
Q

Enforce strict compliance by tracking all the configuration changes made to any AWS services.

A

Set up a rule in AWS Config to identify compliant and non-compliant services.

30
Q

Provide short-lived access tokens that act as temporary security credentials to allow access to AWS resources.

A

Use AWS Security Token Service

31
Q

Encrypt and rotate all the database credentials, API keys, and other secrets on a regular basis.

A

Use AWS Secrets Manager and enable automatic rotation of credentials.

32
Q

A cost-effective solution for over-provisioning of resources.

A

Configure a target tracking scaling in ASG.

33
Q

The application data is stored in a tape backup solution. The backup data must be preserved for up to 10 years.

A

Use AWS Storage Gateway to backup the data directly to Amazon S3 Glacier Deep Archive.

34
Q

Accelerate the transfer of historical records from on-premises to AWS over the Internet in a cost-effective manner.

A

Use AWS DataSync and select Amazon S3 Glacier Deep Archive as the destination.

35
Q

Globally deliver the static contents and media files to customers around the world with low latency.

A

Store the files in Amazon S3 and create a CloudFront distribution. Select the S3 bucket as the origin.

36
Q

An application must be hosted to two EC2 instances and should continuously run for three years. The CPU utilization of the EC2 instances is expected to be stable and predictable.

A

Deploy the application to a Reserved instance.

37
Q

Implement a cost-effective solution for S3 objects that are accessed less frequently.

A

Create an Amazon S3 lifecyle policy to move the objects to Amazon S3 Standard-IA.

38
Q

Minimize the data transfer costs between two EC2 instances.

A

Deploy the EC2 instances in the same Region.

39
Q

Import the SSL/TLS certificate of the application.

A

Import the certificate into AWS Certificate Manager or upload it to AWS IAM.