Skip to main content

What’s New

Qrvey 9.0
Qrvey Version 9.0 is now available! This release introduces multi-platform hosting (Azure & AWS), a redesigned Dashboard, extensive widget customizations, and numerous features, enhancements, bug fixes, and performance improvements.
Learn More
Qrvey 8.8
Qrvey Version 8.8 (LTS) is now available to customers! This version supports FIPS for GovCloud and includes tons of bug fixes and performance improvements.
Learn More
Qrvey 8.7
Version 8.7 of the Qrvey platform is now available to customers! This version includes new features including area charts, the ability to pivot and export data, as well as numerous bug fixes and performance improvements.
Learn More
Qrvey 8.6
Version 8.6 of the Qrvey platform is now available to customers. This version includes several new feature enhancements and performance improvements.
Learn More
Required Update for 8.5.1
Attention 8.5.1 customers: for any 8.5.1 instance deployed prior to 08/05/2024, an update is required to ensure you are running the latest images.
Learn More
Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
Version: 9.0

Secure Database Connection (AWS)

This document explains the steps required to securely access your AWS RDS instance and load data into the Qrvey Business Analytics platform.

Prerequisites

  • Qrvey's Business Analytics platform (v5.0+) is deployed in your AWS account.
  • An RDS instance is accessible via a security group.

VPC Peering Steps

Background

VPC Peering is necessary if your RDS instance is in a different VPC, account, or region.

  1. Ensure the VPC your database resides in has a different IPv4 CIDR range than the VPC configured for Qrvey. You can view the IPv4 CIDR range in the VPC Console of your AWS account. Note this IPv4 CIDR range for later use. The IP range must not overlap with 172.31.0.0/16.
  2. In the left panel, select Peering Connections:
    • a. Click Create Peering Connection.
    • b. For VPC (Requester), select the VPC your database resides in.
    • c. For VPC (Accepter), select the default VPC where Qrvey is installed.
    • d. Confirm by clicking Create Peering Connection.
  3. Modify the routing table(s) for your database VPC:
    • a. For each routing table with the same VPC ID, follow these steps:
      • i. Select Routes.
      • ii. Click Edit routes.
      • iii. Click Add route.
      • iv. Set Destination to 172.31.0.0/16 and Target to the Peering Connection created in step 2.
      • v. Click Save routes.
  4. Modify the routing table(s) for the default VPC where Qrvey is installed:
    • a. For each routing table with the same VPC ID, follow these steps:
      • i. Select Routes.
      • ii. Click Edit routes.
      • iii. Click Add route.
      • iv. Set Destination to the IPv4 CIDR range noted in step 1, and Target to the Peering Connection created in step 2.
      • v. Click Save routes.
  5. Add a new inbound rule to the RDS security group to allow traffic from the Qrvey Account CIDR.
  6. Enable DNS resolution for VPC peering on both the Requester and Accepter sides.

You can now follow the steps to connect Qrvey to your RDS instance.