AWS Data Source Vs JDBC Connection

Hello,

I just wanted to know the difference between AWS Data Source and JDBC Connection.
I mean I can achieve every thing using JDBC Connection for connecting with my AWS Resources  , so why should I use AWS Data Source while creating a Data Source and connecting with AWS Sources.

I hope I am clear with my question.

Thank  you

shivkumar.mallesappa's picture
Joined: Mar 18 2015 - 11:59pm
Last seen: 7 years 2 days ago

2 Answers:

Essentially they both use JDBC, the main difference is that the AWS Datasource does autodiscovery of your RDS and Redshift instances, sets the proper Security groups, drivers and creates the connection string (JDBC URI) for you without the need to dig into the EC2Console and get all the data.

marianol's picture
15714
Joined: Sep 13 2011 - 8:04am
Last seen: 4 years 5 months ago

Following page contains information on AWS Datasource. Seems like the main difference is ability to select from AWS Region.

http://community.jaspersoft.com/documentation/tibco-jasperreports-server...

hozawa's picture
170493
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago
Feedback