I have to create either an Amazon EBS snapshot or an AMI from an instance to keep backup of those instances before terminating them. I have some questions related to this which I am not able to figure out:
- If we create an AMI or EBS snapshot of the instance, will the Docker and EC2 logs be available?
- Creating an instance from the AMI and Snapshot both to make sure #1 is identical to the original instance for the logs present?
- Which one is cost effective?
- If we create an AMI of a reduced size of an instance, what is the downside of it, which information/data is lost needs to be tested?