I have an AMI that is already created from the base image ubuntu 18.04. There were some changes made to the base AMI like changing the filesystem type and also copying some files. Now the changes have not been tracked. I'm planning to build a new AMI for the same purpose using ubuntu 22.04 as the base image. I want to know what all changes were made in the first AMI. Is there any way to do this?
Asked
Active
Viewed 505 times
0
-
1No such functionality is provided. You would need to compare the contents of the disk to the base image using some sort of Linux utilities. – John Rotenstein Jun 30 '22 at 12:16
-
Any guidance on those Linux utilities would be more helpful @JohnRotenstein – Kaushik Vijayakumar Jun 30 '22 at 13:12
-
StackOverflow is a site for asking Programming Q&A. You might receive a better response at: https://serverfault.com/ – John Rotenstein Jun 30 '22 at 22:31