dumps4download.us

Tuesday, 14 June 2016

AWS-Certified Developer Associate Dumps Sample Questions

AWS-Certified Developer Associate Question 8

What is an AMI?  How do I build one?

AMI stands for Amazon Machine Image.  It is effectively a snapshot of the root filesystem.  Commodity hardware servers have a bios that points the the master boot record of the first block on a disk.  A disk image though can sit anywhere physically on a disk, so Linux can boot from an arbitrary location on the EBS storage network.

Build a new AMI by first spinning up and instance from a trusted AMI.  Then adding packages and components as required.  Be wary of putting sensitive data onto an AMI.  For instance your access credentials should be added to an instance after spin-up.  With a database, mount an outside volume that holds your MySQL data after spinup as well.

No comments:

Post a Comment