I found this information from MS to be insufficient, and pieced together the correct way to import data into SQL Server from a SQL file into an Amazon database using a non-standard port: sqlcmd -S tcp:mydata.c960gorblahblah.us-west-2.rds.amazonaws.com,1337 -U username -P p@ssW@rd~ -d mydatabasename […]