Hi @earthmancash,
Yes you can connect to AWS from JMP. There are a few ways to establish the connection. But they are dependent on how you want to manage the access your users have to your Amazon Redshift database. Often you generate temporary DB credentials based on permissions granted through an AWS Identity and Access Management (IAM) permissions policy.
- ODBC for creating DB credentials
- JDBC (via run program) for creating DB credentials
- Rest API (JMP 14) to establish DB credentials
Amazon recommends ODBC or JDBC drivers to generate DB user credentials.
You will need obtain the ODBC URL for your cluster before configuring the driver.
Configuration of the Mac Redshift ODBC driver
Configuration of the Windows Redshift ODBC driver
Once you have configured the ODBC driver you can use JMP Query Builder as described in @uday_guntupalli post.
Further information and reading using the online documentation for JMP Query Builder.
cheers,
Stan