Python – AWS EBS creating snapshots based on a tag and keeping only one latest version

This script looks for an EBS in the region “eu-west-1” with a tag whose key is “Application” and the value is passed as an argument, creating a snapshot of this EBS. In the same way, it searches for a snapshot by tag and deletes everything except the last one. An example of running to create … Continue reading " Python – AWS EBS creating snapshots based on a tag and keeping only one latest version"