Setting up
In the connection form, set Authentication to one of the AWS IAM options. The password field disappears and the AWS fields appear.
AWS IAM options in the connection form
AWS Region is detected from
*.rds.amazonaws.com hostnames. Fill it in only for a custom endpoint (a CNAME or a proxy), or to override the detected region.
Set Username to the database user created for IAM auth (see per-engine setup below).
Tunnels and port forwards
The token is signed for the database endpoint, and RDS checks it against its own hostname and port. The address the client dials does not have to match, but the address the token was signed for does. When TablePro opens the tunnel (SSH, Cloudflare, Cloud SQL Auth Proxy, or SOCKS), there is nothing to set. It signs the token for the host and port in the connection form, not the local forward it dials. When you run the forward yourself, the connection form holds127.0.0.1 and a local port, and TablePro cannot tell which database is on the other end. Set RDS Endpoint to the real endpoint:
Profiles
Profile Name defaults todefault. TablePro reads the profile the same way the AWS CLI does:
- Static
aws_access_key_id/aws_secret_access_keypairs. credential_processcommands, so a profile can be backed by SSO, 1Password, or any external credential helper.role_arnassume-role profiles, resolved through STS. The base credentials come fromsource_profile(chains up to 5 profiles deep) orcredential_source = Environment. Profiles withmfa_serialare not supported.
SSO
Sign in first withaws sso login --profile <name>. If the SSO session has expired when you click Test Connection, TablePro offers to run the browser sign-in for you.
Token lifetime and refresh
Each token is valid for 15 minutes and is never stored. TablePro generates a fresh one on every connect, and again on every automatic reconnect, so you never paste or refresh an expiring token yourself. SSL is required for IAM. If the connection’s SSL mode is Disabled or Preferred, TablePro raises it to Required for the connection.Per-engine setup
IAM database authentication must be enabled on the RDS instance or Aurora cluster, and the database user must be created for it.- MySQL / MariaDB
- PostgreSQL
Create the user with the AWS authentication plugin:
Troubleshooting
Region could not be determined: the hostname is not a standard RDS endpoint. Fill in AWS Region. TablePro cannot sign an RDS token for “127.0.0.1”: the connection points at a port forward TablePro did not open. Fill in RDS Endpoint with the endpoint from the AWS console. PAM authentication failed (PostgreSQL) or Access denied (MySQL) while a token you generated by hand works: the token was signed for the wrong endpoint. Check that RDS Endpoint matches the console endpoint, including the port. SSO session expired: runaws sso login --profile <name>, or accept the sign-in prompt after a failed Test Connection.
Profile incomplete: the profile has no static keys, no credential_process, and no role_arn. Check the profile name and the files in ~/.aws/.

