博客园  :: 首页  :: 管理

随笔分类 -  [04]AWS记录类 / 001-AWS-EC2-EFS

摘要:很多时候,我们会有这样的需求,需要将DC中vmware虚拟化的服务器,迁移到aws上,我们就得先将vmware虚拟机导出,然后转换 关于vmvare虚拟的导出备份,一般有ova(Open Virtual Appliance )文件件和ovf(Open Virtual Format)多文件两种格式 笔 阅读全文

posted @ 2021-04-26 18:57 520_1351 阅读(1404) 评论(0) 推荐(0)

摘要:aws上可以使用aws-cli的方式管理实例,记录一些常用的操作 1、启动、关闭、终止实例(目前笔者发现只能通过指定实例ID进行管理) # 启动/关闭/重启 指定的实例 aws ec2 start-instances --instance-ids i-0428eb4d785eb6b44 aws ec 阅读全文

posted @ 2021-04-25 09:58 520_1351 阅读(799) 评论(0) 推荐(0)

摘要:操作系统:Red Hat Enterprise Linux Server release 7.9 (Maipo) 首先说明一下SSM是什么、引用官网的说明: AWS Systems Manager Agent (SSM Agent) is Amazon software that can be in 阅读全文

posted @ 2020-12-23 20:57 520_1351 阅读(825) 评论(0) 推荐(0)