Glossary

Amazon machine image (AMI)

An Amazon Machine Image (AMI) is an encrypted machine image stored in Amazon S3. It contains all the information necessary to boot instances of your software.

ephemeral store

The disk storage associated with an instance. In the event an instance fails or is terminated, all content on the ephemeral store is deleted.

explicit launch permission

Launch permission granted to a specific user.

instance

Once an AMI has been launched, the resulting running system is referred to as an instance. All instances based on the same AMI start out identical and any information on them is lost when the instances are terminated or fail.

group

Also known as a security group, groups define firewall rules that can be shared among a group of instances that have similar security requirements. The group is specified at instance launch.

launch permission

AMI attribute allowing users to launch an AMI

public AMI

An AMI that all users have launch permissions for.

reservation

A collection of instances started as part of the same launch request.

shared AMI

AMIs that developers build and make available for other AWS developers to use.