EC2实例的最佳存储结构?

发布于 2024-11-05 12:50:42 字数 218 浏览 6 评论 0原文

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

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

I'm developing a website in EC2 and I have a lampp server in the original /opt/lampp folder. The thing is that I store all my images related to the website including users' profile images there(/opt/lampp/htdocs). I doubt this is the most efficient way? I have links to the images in my MySQL server.

I actually have no idea of what Amazon EBS and Amazon S3 is, how can I utulize it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

垂暮老矣 2024-11-12 12:50:42

EBS 就像一个外部 USB 硬盘。您可以轻松访问文件系统(/mnt/)中的内容。

S3更像是一个基于API的云存储。您需要做更多的工作才能将其集成到您的系统中。

你在这里有一个很好的总结:
http://www.difference Between.net/ technology/internet/difference- Between-amazon-s3-and-amazon-ebs/

Google 有很多关于此的信息。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文