Skip to content

vineetgupta0/cloudquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudQuery Configuration Setup

This script automates the setup and configuration of CloudQuery on a Linux system. CloudQuery is a service that connects to a PostgreSQL database using AWS Secrets Manager to retrieve database credentials securely. The script also configures systemd timers to automate the scheduling of CloudQuery service.

Prerequisites

  • AWS CLI installed and configured with the necessary permissions.
  • jq (a lightweight and flexible command-line JSON processor) installed.
  • PostgreSQL database credentials stored securely in AWS Secrets Manager.

Usage

Run the script using the following command:

sudo chmod +x init.sh
sudo ./init.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages