I want to build a Client Android Application that can insert data and send it for processing to a parse-server that is running in AWS cloud. The server will process the data and save it to a parse-dashboard and send the processing results to the client back?
I have a Linux virtual machine instance from AWS EC-2 and it is running. I have the code for the client in android java that has a connection to parse server using master-key, app-id and the other details needed for connection.