Difference between revisions of "Amazon AMI"
Jump to navigation
Jump to search
↑ https://aws.amazon.com/about-aws/whats-new/2022/03/amazon-machine-images-public-visibility-two-years/
Line 16: | Line 16: | ||
** <code>ami-03d5c68bab01f3496 (Ubuntu [[Oregon]])</code> | ** <code>ami-03d5c68bab01f3496 (Ubuntu [[Oregon]])</code> | ||
* <code>[[aws ec2 describe-images]]</code> | * <code>[[aws ec2 describe-images]]</code> | ||
− | + | * <code>[[aws ec2 describe-images --owners self amazon]]</code> | |
* [[AMI Aptio V]] | * [[AMI Aptio V]] | ||
* Terraform: <code>[[aws_instance]]</code> | * Terraform: <code>[[aws_instance]]</code> | ||
Line 24: | Line 24: | ||
* [[Amazon Linux]]: [[AL2022]] | * [[Amazon Linux]]: [[AL2022]] | ||
* <code>[[terraform show]] | grep -i ami</code> | * <code>[[terraform show]] | grep -i ami</code> | ||
− | + | * <code>[[amazon-linux-extras install epel]]</code> | |
* [[Custom AMI]] | * [[Custom AMI]] | ||
Revision as of 06:48, 15 March 2023
- List of Debian9 Image Id (ami): https://wiki.debian.org/Cloud/AmazonEC2Image/Stretch
aws ssm get-parameters-by-path --path /aws/service/ami-amazon-linux-latest --query "Parameters[].Name"
News
- 03/2022 Amazon reduces visibility of public Amazon Machine Images (AMIs) older than two years[1]
Related terms
- Advanced Metering Infrastructure (AMI)
- Free tier:
ami-0443305dabd4be2bc
ami-03d5c68bab01f3496 (Ubuntu Oregon)
aws ec2 describe-images
aws ec2 describe-images --owners self amazon
- AMI Aptio V
- Terraform:
aws_instance
- ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20200814: ami-08d70e59c07c61a3a
- https://cloud-images.ubuntu.com/locator/ec2/
- AWS instance example with aws ami lookup
- Amazon Linux: AL2022
terraform show | grep -i ami
amazon-linux-extras install epel
- Custom AMI
See also
- BIOS, UEFI, ACPI, AMI
- AWS, AMI, AFI,
aws ec2 describe-images
, Amazon Linux, Amazon Linux 2,amazon-linux-extras
, AWS CreateImage
Advertising: