Reputation: 5947
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
Reputation: 11
You can create a snapshot/image for the overall instances which have multiple EBS volume from AWS console.
Upvotes: 1
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