I started a new AWS ec2 instance, it is "Ubuntu Server 14.04 LTS (HVM), SSD Volume Type", note down a few points here,
原创 2022-08-22 17:29:17
70阅读
Started a new AWS Ubuntu Server 14.04 LTS (HVM), installed Lampp and Wordpress by one it on AWS RHEL7.
原创 2022-08-22 17:29:25
81阅读
SQL Developer is the GUI software to connect Oracle DB, installed on AWS Ubuntu and tested the connection to RDS.
原创 2022-08-22 17:29:09
96阅读
Tried to install Teamviewer on AWS RHEL 7 and Ubuntu, with the fail result, note down the procedure,
原创 2022-08-22 17:29:03
211阅读
目录文章目录目录Amazon Elastic Container ServiceAmazon ECS 的优势无需管理控制平面或节点降低计算成本Amazon Elastic Container ServiceAmazon ECS 是一个完全托管的容器编排服务,可帮助您轻松部署、管理和扩展容器化的应用程序。Amazon ECS 与 AWS 的其他服务深度集成,可提供安全、易于使用的解决方案,以便在云中运行容器工作负载,现在还可以通过 Amazon ECS Anywhere 在您的基础设施上运行容器工作负
原创 2022-02-04 14:46:55
812阅读
目录文章目录​​目录​​​​AWS Outposts​​​​AWS Outposts 提供的本地硬件​​​​AWS Outposts 提供的本地 AWS 服务​​​​AWS Outposts 的优势​​​​低延迟计算​​​​数据驻留与本地数据处理​​​​真正一致的混合体验​​​​完全托管的基础设施​​ AWS Outposts2018 年 11 月 28 日,在 AWS re:Invent 宣布
原创 2022-04-07 10:25:50
999阅读
目录文章目录​​目录​​​​Amazon EKS​​​​Amazon EKS 的优势​​​​无需管理控制平面​​ Amazon EKSAmazon EKS 是一项托管服务,可让您在 AWS 上轻松运行 Kubernetes。可以选择使用 AWS Fargate 来运行 EKS Cluster,AWS Fargate 是一种用于容器的 Lambda 函数。EKS 还可以与 App Mesh 集成,
原创 2022-04-07 10:26:00
1255阅读
目录文章目录​​目录​​​​AWS Wavelength​​​​面向 5G 应用的开发者​​​​广泛的应用领域​​ AWS Wavelength2019 年末,AWS 发布了 AWS Wavelength,作为 AWS 针对 5G 市场提供的、面向 5G 应用开发者的、边缘计算解决方案。对于 AWS 而言,即使 5G 网络已经商用落地,但 UE 在通过 Internet 访问部署在 AWS 上的
原创 2022-04-07 10:26:33
1376阅读
Key Points AWS EKS is a service that we can use to set up Kubernetes. The deployment.yaml file is used to specify how our pods should be created. The 
转载 2021-04-09 17:41:00
434阅读
2评论
目录文章目录目录Amazon Elastic Container ServiceAmazon ECS 的优势无需管理控制平面或节点降低计算成本Amazon Elastic Container ServiceAmazon ECS 是一个完全托管的容器编排服务,可帮助您轻松部署、管理和扩展容器化的应用程序。
原创 2021-10-08 16:46:41
992阅读
目录文章目录​​目录​​​​AWS CloudFormation​​​​AWS CloudFormation Private Registry​​​​AWS CloudFormation Public Registry​​ AWS CloudFormationAWS CloudFormation 的本质是一个 “基础设施即代码” 工具,使用户能够在 JSON/YAML Template 中描述
原创 2022-04-07 10:25:02
596阅读
Building larger serverless applications can be tricky - creating many lambda functions as well as other resources such as DynamoDB tables, S3 buckets,
转载 2020-07-01 20:09:00
418阅读
2评论
目录文章目录目录AWS Direct ConnectAWS Direct Connect 的优势稳定的网络性能降低带宽成本保护传输中的数据AWS Direct Connect 的网络架构Direct Connect vs VPC IPSec VPN
原创 2021-10-08 20:45:15
1091阅读
目录文章目录​​目录​​​​AWS Local Zone​​​​AWS Local Zone 支持的 AWS 服务​​​​AWS Local Zone 的优势​​​​对于本地终端用户的低延迟​​​​一致的 AWS 体验​​​​AWS Outposts、AWS Local Zones、AWS Wavelength 之间的区别​​ AWS Local Zone2019 年,AWS 推出 Local
原创 2022-04-07 10:23:17
1464阅读
目录文章目录目录AWS Snow 系列AWS SnowconeAWS Snow
原创 2022-04-07 11:37:26
1411阅读
1.启动实例(1).选择Ubuntu Server 18.04 LTS(2).选择t2.micro(3).下一步(4).配置合适大小的硬盘(5).下一步(6).配置HTTP端口号           #只安装HTTP,没有安装HTTPS(7).选择或创建密钥,启动实例2.实例创建完成后,使用ssh登录实例密钥权限设置为400使用ssh登录
原创 2018-11-08 13:50:53
1992阅读
/dev/root提示10G空间不够用,于是在aws console界面增加到15G然后进入ubuntu界面输入lsblk 查询硬盘信息输入命令:sudo growpart /dev/nvme0n1 1接着输入:sudo resize2fs /dev/root然后再查询就发现已经生效了。
原创 2022-03-13 18:10:14
1937阅读
On Windows, just download the installer and install it. Configure: In your aws console: go to Security Credentials tab Access Keys (Access Key ID and
转载 2016-05-07 16:46:00
263阅读
2评论
目录文章目录目录AWS Direct ConnectAWS Direct Connect 的优势稳定的网络性能降低带宽成本保护传输中的数据AWS Direct Connect 的网络架构Direct Connect vs VPC IPSec VPN ConnectionsAWS Direct ConnectAWS Direct Connect 是一种用于替代 Internet 来连接到 AWS Cloud 的网络服务,由 AWSAWS Direct Connect 的 APN 合作伙伴提供服务。
原创 2022-02-04 14:31:33
1339阅读
在日常开发中,邮件发送是个比较常见的场景。因此出现了很多相关的软件和服务,各大云厂商也推出自己的邮件服务。今天笔者就像大家介绍一种常见的组合,AWS的邮件服务 SES 与邮件服务器 postfix 的配置和使用方法。概述什么是 AWS-SESAmazon Simple Email Service (SES) 是一种经济高效、灵活且可扩展的电子邮件服务,使开发人员能够从任何应用程序中发送电子邮件。
原创 精选 2022-06-11 15:52:52
650阅读
  • 1
  • 2
  • 3
  • 4
  • 5