简体   繁体   English

如何将Windows EC2实例复制到AWS中的S3存储桶?

[英]How to copy Windows EC2 instances to S3 bucket in AWS?

I am not able to find a find documents showing how can I copy a Windows instance to an Amazon S3 bucket. 我找不到查找文档,该文档显示了如何将Windows实例复制到Amazon S3存储桶。

Can any one help me with step by step approach to do this and suggest some of the links? 有谁能帮助我逐步解决问题并提出一些建议?

You can not copy AMIs to s3. 您不能将AMI复制到s3。 You can either create a snapshot of your volumes or create another image (AMI). 您可以创建卷的快照,也可以创建另一个映像(AMI)。

I assume you're trying to create a backup of your AMIs. 我假设您正在尝试创建AMI的备份。 So, there are some alternatives for doing that. 因此,有一些替代方法可以做到这一点。

Creating a Windows AMI from a Running Instance 从正在运行的实例创建Windows AMI

You can create an AMI using the AWS Management Console or the command line. 您可以使用AWS管理控制台或命令行创建AMI。 The following diagram summarizes the process for creating an Amazon EBS-backed AMI from a running EC2 instance. 下图总结了从正在运行的EC2实例创建Amazon EBS支持的AMI的过程。 Start with an existing AMI, launch an instance, customize it, create a new AMI from it, and finally launch an instance of your new AMI. 从现有的AMI开始,启动实例,对其进行自定义,从中创建新的AMI,最后启动新AMI的实例。 The steps in the following diagram match the steps in the procedure below. 下图中的步骤与以下过程中的步骤匹配。 If you already have a running Amazon EBS-backed instance, you can go directly to step 4. 如果您已经有运行中的Amazon EBS支持的实例,则可以直接转到步骤4。

在此处输入图片说明

You can create images using the AWS CLI command create-image 您可以使用AWS CLI命令create-image创建映像


在此处输入图片说明

You can create EBS snapshots using the AWS CLI command create-snapshot 您可以使用AWS CLI命令create-snapshot创建EBS 快照

+ Resources +资源

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用 AWS Lambda 函数将文件从 S3 存储桶复制到 EC2 Windows 实例 - How to copy a file from S3 bucket to an EC2 Windows instance using AWS Lambda function 文件从 ec2 复制到 aws 中的 s3 存储桶端口 - files copy from ec2 to s3 bucket port in aws 如何使用 AWS Lambda 函数将文件从 AWS S3 存储桶复制到 EC2 linux 机器 - How to copy files from AWS S3 bucket to EC2 linux machine using AWS Lambda Functions 对于各种 AWS EC2 实例在 AWS S3 存储桶中使用相同的库文件,这是一个好习惯吗? - Is it a good practice for various AWS EC2 instances use the same library files in a AWS S3 bucket? 如何使用竞价型实例数据Feed将AWS EC2竞价型实例的使用情况和价格发送到S3存储桶 - How do I send aws ec2 spot instances usage and pricing to s3 bucket using spot instance data feed 使用JAVA AWS SDK使用EC2实例安装S3 Bucket - Mounting S3 Bucket with EC2 Instances using JAVA AWS SDK S3存储桶应该与EC2实例位于同一区域吗? - Should S3 bucket be in the same region as EC2 instances? 使用 Lambda 将文件从 S3 存储桶复制到 EC2 Windows 实例 - Copy files from S3 bucket to EC2 Windows Instance using Lambda aws 发送命令不将文件从 s3 存储桶复制到 windows 服务器 ec2 实例 - aws send command not copying file from s3 bucket to windows server ec2 instance 如何在连接到 EC2 实例后立即自动挂载 S3 存储桶 - How to automatically mount S3 bucket right after connecting to EC2 instances
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM