try:
            new_snapshot = volume.create_snapshot('{snapshot_description} on {date}'.format(snapshot_description=self.description_tag, date=date))
        except boto.exception.EC2ResponseError as err:
            logger.exception('Failed to create snapshot {err}'.format(err=err.message))
            raise err