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.
Is it possible Data sync to AWS or Azure cloud
Re: Is it possible Data sync to AWS or Azure cloud
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
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