Amazon EC2 Machine Image (AMI)

From GM-RKB
(Redirected from AMI)
Jump to navigation Jump to search

An Amazon EC2 Machine Image (AMI) is a configuration file that can preconfigure an EC2 virtual server.



References

2014

  • http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html
    • An Amazon Machine Image (AMI) provides the information required to launch an instance, which is a virtual server in the cloud. You specify an AMI when you launch an instance, and you can launch as many instances from the AMI as you need.

      An AMI includes the following:

      • A template for the root volume for the instance (for example, an operating system, an application server, and applications)
      • Launch permissions that control which AWS accounts can use the AMI to launch instances
      • A block device mapping that specifies the volumes to attach to the instance when it's launched

2011

  • http://aws.amazon.com/amis
    • QUOTE: An Amazon Machine Image (AMI) is a special type of pre-configured operating system and virtual application software which is used to create a virtual machine within the Amazon Elastic Compute Cloud (EC2). It serves as the basic unit of deployment for services delivered using EC2.



  • http://en.wikipedia.org/wiki/Amazon_Machine_Image#Types_of_images
    • Public: an AMI image that can be used by anyone.
    • Paid: a for-pay AMI image that is registered with Amazon DevPay and can be used by any one who subscribes for it. DevPay allows developers to mark-up Amazon's usage fees and optionally add monthly subscription fees.
    • Shared: a private AMI that can only be used by Amazon EC2 users who are allowed access to it by the developer.