0
点赞
收藏
分享

微信扫一扫

【亚马逊云科技】利用 Graviton2 芯片的 EC2 和 S3 免费搭建私人网盘NextCloud

西特张 2022-05-05 阅读 45

文章目录

一、前言🔔

网盘是一种在线存储服务,提供文件存储,访问,备份,贡献等功能,是我们日常中不可或缺的一种服务。很多互联网公司都为个人和企业提供免费的网盘服务。 但这些免费服务都有一些限制,比如限制下载速度,限制文件大小,不能多人同时管理,不能实现一些定制化功能。如果想取消这些限制,就要付费。现在我给大家介绍一种免费,且功能无限制的私人网盘。可以利用开源的网盘软件NextCloud(nextcloud.com),配合亚马逊云科技提供的免费服务额度,来搭建一个没有使用限制的私人网盘。

二、Amazon介绍📚

image-20220326134621091

三、基于 Graviton2 芯片的EC2云服务器介绍🔊

四、AWS账号注册📝

AWS 云服务-专业的大数据和云计算服务以及云解决方案提供商

image-20220326084056070

image-20220326084148395

image-20220326084227535

image-20220326084313757 image-20220326084341911 image-20220326084426678 image-20220326084504287 image-20220326084621962 image-20220326084723847 image-20220326084753318

image-20220326084854694

image-20220326085059968

image-20220326085130869

image-20220326085216083

五、创建基于 Graviton2 芯片的EC2云服务器💻

image-20220326083850415

image-20220326083241299

image-20220326083913914

image-20220326085626141

image-20220326085749717

image-20220326085925657

image-20220326090239023

image-20220326090956155

image-20220326091242699

image-20220326091415743

image-20220326091513865

image-20220326091755635

image-20220326091921317

image-20220326092249934

image-20220326092425187

image-20220326092643108

六、分配固定IP地址🌈

image-20220326092948863

image-20220326093408476

image-20220326093549912

image-20220326093957640

image-20220326093929280

image-20220326094536581

七、安装NextCloud🏆

image-20220326095252925

image-20220326095621971

image-20220326095742139

ubuntu@ip-172-31-21-170:~$ sudo snap install nextcloud
nextcloud 23.0.2snap1 from Nextcloud✓ installed
ubuntu@ip-172-31-21-170:~$ 
ubuntu@ip-172-31-21-170:~$ sudo nextcloud.manual-install xybdiy passw0rd
Nextcloud was successfully installed
ubuntu@ip-172-31-21-170:~$ 
sudo nextcloud.occ config:system:set trusted_domains 1 --value=13.xx.xx.190
ubuntu@ip-172-31-21-170:~$ sudo nextcloud.occ config:system:set trusted_domains 1 --value=13.xx.xx.190
System config value trusted_domains => 1 set to string 13.xx.xx.190
ubuntu@ip-172-31-21-170:~$ 

image-20220326112402734

image-20220326114244961

八、创建S3存储桶⛳

参考链接🔗https://aws.amazon.com/cn/getting-started/hands-on/backup-files-to-amazon-s3/?trk=970dc4e8-9ad1-4ca4-a383-5ab7d9001470&sc_channel=el

image-20220326115331440

image-20220326115512867

image-20220326115937071

image-20220326120110247

image-20220326120158008

image-20220326120637020

image-20220326120855737

image-20220326121548766

image-20220326121646315

image-20220326121737867

image-20220326130625049

九、配置NextCloud后端存储为S3🧱

image-20220326114736900

image-20220326131019187

image-20220326131530812

image-20220326131830399

image-20220326132213104

十、总结与体会🎨

安装部署过程中的感受

选择使用 Graviton2 芯片的EC2云服务器的优势所在

image-20220505102544314

NextCloud的使用感受

十一、常见问题汇总 💥

  • 注册AWS账号问题:使用服务资源,在注册时需要绑定AWS规定的信用卡和储蓄卡,完成注册才能使用。
  • 创建的实例和存储桶需要在一个区域,不然会产生一些额外的费用。
  • 免费的资源,有的是有期限的,有的资源服务是永久免费使用的。配置使用时记得看清,避免产生不必要的费用

十二、拓展:AWS Graviton3 处理器介绍👁‍🗨

image-20220413145518140

image-20220413142918133

image-20220413142947495

image-20220413144221332

image-20220413143827442

举报

相关推荐

0 条评论