connecting-to-data-source

Automate creation, testing, and troubleshooting of AWS Glue connections.

2|Updated May 15, 2026
One-click install
npx skills add https://github.com/mashharuki/floci-sample --skill connecting-to-data-source-mashharuki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connecting-to-data-source
Source: https://github.com/mashharuki/floci-sample/tree/main/.agents/skills/connecting-to-data-source
Command: npx skills add https://github.com/mashharuki/floci-sample --skill connecting-to-data-source-mashharuki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires aws, secretsmanager, glue, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps create and troubleshoot connections to various data sources using AWS Glue, enabling seamless data integration and management.

Core Features & Use Cases

  • Connection Creation: Establish connections to databases like JDBC, Redshift, Snowflake, and BigQuery.
  • Credential Management: Securely manage credentials using AWS Secrets Manager or IAM DB auth.
  • Network Configuration: Configure VPC settings for secure and efficient data transfer.
  • Connection Testing: Test connections for reliability and performance.
  • Troubleshooting: Diagnose and resolve common connection issues.
  • Use Case: For a data engineer, this Skill can automate the process of setting up connections to various databases, reducing manual effort and ensuring data integrity.

Quick Start

Use the connecting-to-data-source skill to create a new connection to a JDBC database.

Frequently Asked Questions about connecting-to-data-source

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an AWS Glue connection to a JDBC database?

You can create an AWS Glue connection to a JDBC database by automating the setup process, which includes configuring VPC settings for secure data transfer and using AWS Secrets Manager or IAM DB auth for credential management.

Does AWS Glue support connections to Snowflake and BigQuery?

Yes, AWS Glue supports creating and managing connections to data sources including Snowflake and BigQuery, alongside JDBC and Redshift, allowing you to integrate diverse databases within your data pipelines.

Why does my AWS Glue connection fail when testing data source reliability?

AWS Glue connection testing failures often stem from misconfigured VPC settings preventing secure data transfer or incorrect credential management in AWS Secrets Manager. You can use troubleshooting steps to diagnose and resolve these common connection issues.

Do I need AWS Secrets Manager to use IAM DB auth for Glue connections?

No, you do not need AWS Secrets Manager if you are using IAM DB auth. The connection setup supports both methods independently for credential management, allowing you to securely handle database access without manual effort.

What is the best way to configure VPC settings for AWS Glue data source connections?

The best way to configure VPC settings for AWS Glue data source connections is to define the network parameters during connection creation, ensuring secure and efficient data transfer between your VPC and databases like Redshift or JDBC.