Manually enabling access to an Amazon RDS instance that is not in a VPC
Use the following procedure to access an Amazon RDS DB instance that is not in a VPC. You
can associate a security group with a DB instance by using Modify on the RDS console, the ModifyDBInstance
Amazon RDS
API, or the modify-db-instance
AWS CLI command.
Note
This section included for backwards compatibility purposes.
To use the console to access an Amazon RDS DB instance that is not in a VPC
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/
. -
Choose Databases, select the DB instance, and choose Modify.
-
Choose Security Groups in the navigation pane.
-
Choose Create DB Security Group.
-
Enter
Amazon-QuickSight-access
for the Name and Description values, and then choose Create. -
The new security group is selected by default.
Select the details icon next to the security group, as shown following.
-
For Connection Type, choose CIDR/IP.
-
For CIDR/IP to Authorize, enter the appropriate CIDR address block. For more information on the IP address ranges for Amazon QuickSight in supported AWS Regions, see AWS Regions, websites, IP address ranges, and endpoints.
-
Choose Authorize.
-
Return to the Instances page of the Amazon RDS Management Console, choose the instance that you want to enable access to, choose Instance Actions, and then choose Modify.
-
In the Network & Security section, the currently assigned security group or groups already is chosen for Security Group. Press CTRL and choose Amazon-QuickSight-access in addition to the other selected groups.
-
Choose Continue, and then choose Modify DB Instance.