True or False: When using IAM to control access to your RDS resources, the key names that can be used are
case sensitive. For example, aws:CurrentTime is NOT equivalent to AWS:currenttime.

A.
TRUE
B.
FALSE
http://docs.aws.amazon.com/directconnect/latest/UserGuide/using_iam.html
Correct is B, as Explanation clarifies.
2
0
A
0
0
B is correct.
0
0
A is correct. The above link is in reference to Direct Connect. We are talking about IAM here. Refer to this link;
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAM.Conditions.html
1
0
good catch
0
0
Nice one, thanks
0
0
There are two ways to specify conditions in an IAM policy for Amazon RDS:
Using Condition Keys
Using Custom Tags
Note
Custom tag identifiers are case-sensitive.
Note
Condition keys are case sensitive.
0
0