2

我正在 EC2 中开发一个网站,我在原始/opt/lampp文件夹中有一个 Lampp 服务器。问题是我存储了与网站相关的所有图像,包括用户的个人资料图像(/opt/lampp/htdocs)。我怀疑这是最有效的方法?我的 MySQL 服务器中有指向图像的链接。

我实际上不知道 Amazon EBS 和 Amazon S3 是什么,我该如何使用它?

4

1 回答 1

3

EBS is like an external usb hard drive. You can easily access content from filesystem (/mnt/).

S3 is more like an API based cloud storage. You'll have much more work to integrate it into your system.

You have a pretty good summary here : http://www.differencebetween.net/technology/internet/difference-between-amazon-s3-and-amazon-ebs/

Google has a lot of infos about this.

于 2011-05-07T02:32:23.770 回答