how can move wcs to another ec2 server

suneel tomar

New Member
Hello,
I have installed wcs from aws marketplace which is hosted on c4.large instance , but i want change instance, So how can move wcs server from c4.large to another instance
Thank you
 

Max

Administrator
Staff member
To migrate to another instance you can use following procedure:
1. Create a snapshot.
2. Create a new instance using the snapshot.
3. Sign in using SSH and change ip= and ip_local= settings in /usr/local/FlashphonerWebCallServer/conf/flashphoner.properties
4. Restart WCS.
service webcallserver restart
 
Top