What problem does it solve? Registering an external data source with AWS Glue requires coordinating network configuration, credential storage, driver selection, and connection testing across many source types, and misconfigurations surface as opaque timeout or authentication errors. ## Core Features & Use Cases - Multi-source connection creation: Builds Glue connections for Oracle, SQL Server, PostgreSQL, MySQL, RDS/Aurora, Redshift, Snowflake, and BigQuery with the correct connection type and properties. - Credential and network setup: Registers credentials in AWS Secrets Manager or configures IAM database authentication, and configures VPC subnets, security groups, and S3 endpoints for private sources. - Discovery and two-phase testing: Finds existing Glue connections and candidate RDS/Redshift sources in the account, then validates with Glue TestConnection plus an engine-level smoke test. - Use Case: A data engineer needs to register a production PostgreSQL RDS instance so Glue ETL jobs can read from it; the skill discovers the instance, stores credentials in Secrets Manager, creates the JDBC connection with the right subnet and security group, and verifies it end-to-end. ## Quick Start Ask the assistant to connect Glue to your database, for example: set up a Glue connection to my PostgreSQL RDS instance in us-east-1.