RoundPi
RoundPi

Reputation: 5947

How to create AWS instance snapshot - multiple volumes at the same time?

Let's say I have a AWS EC2 instances that have 3 volumes , how to I create a snapshot for the overall instances from AWS console includes all 3 volumes at the same time instead of doing volumes one by one?

Upvotes: 3

Views: 2115

Answers (2)

Mohit Gupta
Mohit Gupta

Reputation: 11

You can create a snapshot/image for the overall instances which have multiple EBS volume from AWS console.

enter image description here

Upvotes: 1

Matt Houser
Matt Houser

Reputation: 36113

It is not possible to simultaneously create 3 snapshots for 3 volumes using the AWS Management Console. You must create the snapshots one-by-one.

Your best bet is to create a script or use a snapshot service to do it for you.

Upvotes: 1

Related Questions