Amazon Machine Images (AMI)
Even though there are so many EC2 instance types to choose from, the number of instance types pales compared to the number of Amazon Machine Images (AMIs) available. An AMI contains the information needed to start an instance. An AMI needs to be specified when launching an instance.
The chosen AMI will determine the characteristics of the EC2 instance, such as the following:
- Operating system: The currently supported operating systems are as follows:
- Ubuntu
- Amazon Linux
- CentOS
- Debian
- Red Hat Enterprise Linux
- FreeBSD
- SUSE
- Fedora
- Gentoo
- macOS
- Mint
- OpenSolaris
- Windows Server
- Architecture: The architecture that will be used:
- 64-bit (Arm)
- 32-bit (x86)
- 64-bit (x86)
- 64-bit (Mac)
- Launch permissions: The launch permissions will determine when and where the AMI can be used:
- Public: All AWS accounts can launch this AMI.
- Explicit: Only specific AWS accounts can launch the AMI.
- Implicit: Implicit launch permission is given to launch the AMI.
- Root device storage...