当前位置:网站首页>AWS Amazon cloud account registration, free application for 12 months Amazon cloud server detailed tutorial
AWS Amazon cloud account registration, free application for 12 months Amazon cloud server detailed tutorial
2022-07-31 11:07:00 【丨Jack_Chen丨】
AWSAmazon cloud account registration,免费申请12Monthly Amazon cloud server detailed tutorial
准备
Usually you need to use a credit card to buy things abroad,Domestic credit cards are usually not acceptable,A foreign currency credit card is required.
But what if I don't have a foreign currency credit card?毕竟白嫖12个月awsAmazon cloud is still so fragrant.
别急,办法总比困难多,一番操作猛如虎,Discover that virtual credit cards can also be used.
Just need a WeChat,A domestic bank card,Ready-to-apply US virtual credit card.
EASYPAYEbeka application
本人使用的是EASYPAYEbeka
,A total of can be registered2张卡.
注册官网:https://ec.easypayx.com/login
优点:
1.可注册:甲骨文云,谷歌云,亚马逊云,AZ、美区PayPal,Google Play和App Store、Overseas shopping is also completely possible
2.The holder can be modified、账单地址、邮编
等
条件:Minimum recharge required20美元(134.884人民币),Consumption only incurs extremely low rates
.Of course, the remaining money can also be withdrawn directly
Visit the official website to register,You can use it after scanning the WeChat code and filling in the relevant information.
Attempts to apply for Oracle Cloud have failed,Accidentally applied for Amazon Cloud successfully,Due to some problems with filling in the information,lead to rejection2次,After updating the information, the verification succeeded.
Global payment application
Global payment official website:https://www.globalcash.hk/v4/register
没使用过,听说过,See the user's choice.
亚马逊云
Apply for a product introduction
亚马逊云官网:https://aws.amazon.com/cn/free/
Recommended for free trial:Lightsail服务
12Definitely if it's free for a monthEC2服务,也就是服务器
Please do your own research on the one that is free forever.
注册账号
Visit the Amazon Cloud website:https://aws.amazon.com/cn/free/
点击创建免费账号
注意:Please fill in the following information relatively truthfully,Avoid risk control causing subsequent operations to fail.
1.Verify your email and confirm your account password
2.填写账号信息
3.Fill in the foreign currency credit card information
Because the mobile phone number has been used to register,没法继续,The third part is to fill in the foreign currency credit card information
4.验证手机号
5.Select an account plan
选择默认即可,完成注册
控制台
登录控制台:https://console.aws.amazon.com
1.设置区域,Just choose a place close to your location,Usually Japan、新加坡、首尔等
2.搜索EC2服务,点击并进入,注意:通常需要24小时激活
3.搜索Lightsail服务,Try this service3个月,有点用.
EC2服务
创建实例
配置实例信息
Enter an instance name and select an operating system
选择实例类型,选择免费套餐
Create a key pair and download it,用于登录服务器
Select the default network security group
设置存储,默认只有10G,免费额度是30G
启动实例
连接服务器
Use the private key to log in or the web page to log in directly to set up,默认用户名ec2-user
注意:Open the corresponding port in the security group,You don't have to worry about what it comes with.
开启root用户登录
切换到root用户
sudo -i
修改sshd配置文件
vi /etc/ssh/sshd_config
修改如下2项
PermitRootLogin yes
PasswordAuthentication yes
设置root密码
passwd
重启sshservice or restart the service instance
systemctl restart ssh
Lightsail服务
创建实例
Change the instance location,选择平台,选择操作系统,个人喜欢Centos7,
选择实例计划
选择实例计划,然后创建实例
实例详情
如此这样, LightsailThe service instance application is complete,Then it can be used directly.
网络IO测试
wget -qO- bench.sh | bash
-------------------- A Bench.sh Script By Teddysun -------------------
Version : v2022-06-01
Usage : wget -qO- bench.sh | bash
----------------------------------------------------------------------
CPU Model : Intel(R) Xeon(R) Platinum 8259CL CPU @ 2.50GHz
CPU Cores : 2 @ 2499.998 MHz
CPU Cache : 36608 KB
AES-NI : Enabled
VM-x/AMD-V : Disabled
Total Disk : 30.0 GB (1.6 GB Used)
Total Mem : 940.6 MB (104.1 MB Used)
System uptime : 0 days, 0 hour 24 min
Load average : 0.04, 0.02, 0.00
OS : Amazon Linux 2
Arch : x86_64 (64 Bit)
Kernel : 5.10.118-111.515.amzn2.x86_64
TCP CC : cubic
Virtualization : KVM
Organization : AS16509 Amazon.com, Inc. Location : Hong Kong / HK
Region : Central and Western
----------------------------------------------------------------------
I/O Speed(1st run) : 152 MB/s
I/O Speed(2nd run) : 135 MB/s
I/O Speed(3rd run) : 136 MB/s
I/O Speed(average) : 141.0 MB/s
----------------------------------------------------------------------
Node Name Upload Speed Download Speed Latency
Speedtest.net 4038.81 Mbps 4691.55 Mbps 1.17 ms
Los Angeles, US 579.46 Mbps 1324.69 Mbps 142.46 ms
Dallas, US 399.27 Mbps 1854.45 Mbps 189.32 ms
Montreal, CA 4.93 Mbps 894.96 Mbps 229.99 ms
Paris, FR 445.77 Mbps 1303.58 Mbps 235.93 ms
Amsterdam, NL 337.77 Mbps 1719.17 Mbps 221.40 ms
Shanghai, CN 989.22 Mbps 3911.43 Mbps 91.88 ms
Nanjing, CN 386.29 Mbps 2287.79 Mbps 119.08 ms
The most important thing is that the speed is not bad,Generally used wrongly.
注意注意
免费12月,试用3月,The time is based on the account registration date,So please remember not to use overtime.
Ten thousand waters and dry mountains are always love,点赞再走行不行.动动你发财的小手指,举手之劳,赞有余香!
边栏推荐
- WSL2安装.NET 6
- lotus-local-net 2k v1.17.0-rc4
- Deletion of the sequence table
- 5 open source Rust web development frameworks, which one do you choose?
- [Part 1 of Cloud Native Monitoring Series] A detailed explanation of Prometheus monitoring system
- 【Web技术】1397- 深入浅出富文本编辑器
- 实现弹框组件
- 强大的SQL计算利器-SPL
- SQL力扣刷题七
- 矩形脉冲波形的占空比及脉冲和瞬态特征的测量
猜你喜欢
随机推荐
【Go事】一眼看穿 Go 的集合和切片
PyQt5快速开发与实战 9.5 PyQtGraph在PyQt中的应用 && 9.6 Plotly在PyQt中的应用
[Virtualization Ecological Platform] Platform Architecture Diagram & Ideas and Implementation Details
透过开发抽奖小程序,体会创新与迭代
mysql automatically adds creation time and update time
使用内存映射加快PyTorch数据集的读取
一种用于保证多方子系统数据一致性的方法
SQL去重的三种方法汇总
学自动化测试哪个培训机构好 试听课程后就选了这个地方学习
unity computeshader的可读写buffer
《JUC并发编程 - 高级篇》06 - 共享模型之不可变(不可变类的设计 | 不可变类的使用 | 享元模式)
Redis缓存面临的缓存穿透问题
C#多态的实现
sql中 exists的用法
MySQL 的几种碎片整理方案总结(解决delete大量数据后空间不释放的问题)
sql力扣刷题六
SQL——左连接(Left join)、右连接(Right join)、内连接(Inner join)
面试、工作中常用sql大全(建议收藏备用)
MySQL 行级锁(行锁、临键锁、间隙锁)
Deletion of the sequence table