Module 4: Core database services Flashcards

1
Q

What is amazon RDS?

A

IS a relational database service in AWS, in this service you don’t need to worry about configuring an EC2 instance because Amazon already does it for you, The data is stored in EBS volume and you can confgure backups of the data as snapshots.

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

What kind of engines RDS support?

A

It supports MySQL, MariaDB, Oracle, PostgreSQL, Microsoft SQL Server, Amazon Aurora.

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

What are instance RDS classes?

A

At the moment you choose a RDS you need to have in mind the capacity to ensure the availability and oerformance that your application needs.

  • Standar class: It’s normal CPU and memory.
  • Memory optimized: Offer bigger bandwidth and disk throughput
  • Burstable: Are used in databse with minimal requirements, for example in test cases.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the Storage Types of RDS?

A
  • General Purpose SSD.
  • Provisioned IOPS SSD.
  • Magnetic
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is DynamoDb?

A

Is a no relational database service it is automanaged so you don´t have to configure an EC2 instance.

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