Hi all,
As you know that there is a chance that EC2 could destroy self-instance and recreate new instance from the image(image with site that already set up).
And when CS-Cart is launching. the framework only allow to upload incoming images to the host itself.
So there is a chance that when current instance is destroyed and recreate. The current content data from the previous instance will be gone.
So I want to know how you guys handle this issue. Is using cdn (cloudfront) help solving this problem? but I see that cloudfront still have origin on cscart host, and I'm not sure it will fix the issue. (I thought it will clone data to base on S3).
Or do I understand things wrong? please share how you guys fix this. Thanks in advance!