Best practices

EC2 instances with EBS volumes with more than one snapshot

Description

Aws ec2 instance ({AwsEc2Instance.InstanceId}) is using volumes which contain more than one snapshot ({AwsEc2Instance.Ec2EbsVolumes.Ec2EbsSnapshots}). Snapshots are an efficient way to back up data on an EBS volume to an S3 storage bucket because they only back up data that's changed since the last snapshot to prevent duplications in the S3 bucket. Usually, you're only going to need the most recent snapshot to restore data if something goes wrong.