True or False: When you add a rule to a DB security gro…

True or False: When you add a rule to a DB security group, you do not need to specify port number or protocol.

True or False: When you add a rule to a DB security group, you do not need to specify port number or protocol.

A.
Depends on the RDMS used

B.
TRUE

C.
FALSE

Explanation:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.RDSSecurityGroups.html



Leave a Reply 6

Your email address will not be published. Required fields are marked *


McEphin

McEphin

C

For security groups, you allow things like MySQL or MSSQL and it picks the default port # for that product. You can do a custom security group rule where you pick the port number 🙂

aws_test

aws_test

B

DB Security group – When you add a rule to a group, you do not need to specify port number or protocol.

VPC Security group – When you add a rule to a group, you should specify the protocol as TCP, and specify the same port number that you used to create the DB instances (or Options) you plan to add as members to the group.

Kenz

Kenz

=>C
specify the same port number that you used to create the DB instances (or Options) you plan to add as members to the group.

Steve

Steve

B – True. There is not a port field when creating an RDS security group.