Practice TestTake a test on your terms and definitions
Spaced RepetitionScientifically backed study method
Matching GameHow quick can you match all your cards?
FlashcardsStudy terms and definitions
1 / 30
There's no tags or description
Looks like no one added any tags here yet for you.
31 Terms
1
Which AWS service can you use to set up your password rotation policy?
IAM
New cards
2
What are the caching engines supported by ElastiCache?
ElastiCache supports Memcache and Redis.
New cards
3
Does Route53 support MX records?
Yes.
New cards
4
Why is ElastiCache useful?
ElastiCache improves application performance by retrieving information from faster, managed, in-memory caches instead of relying on slower disk-based databases.
New cards
5
What is DMS used for?
Database Migration Service (DMS) allows you to migrate your production database to AWS.
New cards
6
What are the two different types of backups for AWS?
Automated Backups and Database Snapshots.
New cards
7
What is the retention period for 'Automated Backups'?
The retention period for Automated RDS backups can be between 1 and 35 days.
New cards
8
Where are the 'Automated Backups' of RDS stored?
They are stored in S3.
New cards
9
How do 'automated backups' and 'DB snapshots' differ?
Automated backups are enabled by default; DB snapshots are initiated manually.
New cards
10
Can you encrypt an existing RDS instance using AWS KMS?
No, existing instances cannot be encrypted.
New cards
11
What is the advantage of multi-AZ deployment?
Multi-AZ deployment provides failover to another AZ automatically in case of an instance failure.
New cards
12
When will AWS failover to the standby RDS instance?
During planned DB maintenance, instance failure or AZ failure.
New cards
13
Does multi-AZ RDS help in performance improvement?
False.
New cards
14
Read replicas are used for disaster recovery. True or False?
False.
New cards
15
Aurora supports multi-AZ by default. True or False?
True.
New cards
16
How many read replicas can you have of your main database?
Upto five.
New cards
17
Can you configure the secondary instance in a multi-AZ deployment to serve as the read replica?
No.
New cards
18
What types of data should be stored in ElastiCache?
Results of I/O intensive operations and computationally-intensive calculations.
New cards
19
What is DynamoDB's latency support?
Single-digit millisecond latency.
New cards
20
What media is DynamoDB stored on?
SSD storage.
New cards
21
How many areas is a DynamoDB instance spread across?
Three geographically distinct data centres.
New cards
22
What are the two consistency models available for DynamoDB?
Eventual Consistent Read and Strongly Consistent Read.
New cards
23
What is the disadvantage of using read replicas?
Latency might increase.
New cards
24
What are ephemeral ports?
Ports in the range of 1024-65535.
New cards
25
How does SQS long polling work?
Returns immediately in short polling, but does not return until a message arrives or the long poll times out.
New cards
26
What is the default visibility time out for messages in SQS?
12 hours.
New cards
27
What are CloudWatch logs used for?
Useful for application-level monitoring by storing and aggregating logs.
New cards
28
What does 'aws configure' do?
Configures credentials in the terminal window used to connect to EC2 instance.
New cards
29
What is the availability guarantee for Lambda?
99.99% availability.
New cards
30
What does CName stand for?
Canonical Name.
New cards
31
What is the charge if AWS terminates your spot instance?