RDS What Versions Flashcards

1
Q

What are the two methods of looking up your RDS version?

A
  1. RDS Console

2. CLI

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

Using the RDS console, what are the two areas used to lookup your RDS version?

A
  1. Summary

2. Configuration details -> Engine

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

Using CLI, what is the command to look up the RDS version?

A

aws rds describe-db-instances –region

replace with the actual region such as eu-west-1.

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

Using the describe-db-instances command, what key-value pair in the JSON return will contain the RDS version?

A

DBParameterGroupName. This is found under the DBParameterGroups array.

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