InterviewSolution
Saved Bookmarks
| 1. |
What is AMI & how to build one? |
|
Answer» AMI or Amazon Machine Image is a snapshot of the root filesystem. The bios present in the commodity hardware SERVERS point the master boot RECORD of the FIRST block on a DISK. To BUILD a new AMI, first, spin up and instance from a trusted AMI. The packages and components can be added further. This is a typical Amazon coding questions. |
|