I want to create an AMI for my instance, but the following AWS prompt scares me:
The instance you're using as a template for a new image has the following volumes: /dev/sda1, vol-a9 (15 GiB), will delete on termination Total size of EBS volumes: 15 GiB. When you create an EBS image an EBS snapshot will also be created for each of the above volumes.
Now that it says that the EBS volume will be deleted at completion, does this mean the completion of the script that creates the AMI, or only when I complete the instance?
source share