Is it possible Data sync to AWS or Azure cloud

Discussions about syncing data via Bluetooth, Dropbox, FTP, and using CSWeb
Post Reply
mgkavisan
Posts: 9
Joined: July 10th, 2019, 1:27 am

Is it possible Data sync to AWS or Azure cloud

Post by mgkavisan »

Dear Friends,

Please suggest any ideas about data sync process to AWS or Azure Cloud system. we are planning to use any of one these two cloud system so please give your opinion for this.
alex_izm
Posts: 19
Joined: December 9th, 2016, 11:31 am

Re: Is it possible Data sync to AWS or Azure cloud

Post by alex_izm »

The process of deploying CSWeb to an AWS Elastic Cloud (EC2) instance is very similar to deploying it to a regular server. Once you have the EC2 instance running you would be able to access it via remote desktop in case of Windows server:

https://docs.aws.amazon.com/AWSEC2/late ... tance.html

or through SSH client in case of Linux server:

https://docs.aws.amazon.com/AWSEC2/late ... Linux.html

Once you have access to you running cloud server instance you can follow all the regular steps for installing the CSWeb and all prerequisites on that server.

It is also possible to use AWS Relational Database Service (RDS) for setting up the MySQL back end database for your CSWeb server if you don't want to install MySQL on the EC2 instance.

https://aws.amazon.com/rds/mysql/

I have not had experience with deploying CSWeb to MS Azure, but I would think it would work similarly on that platform.

Alex
Post Reply