Displaying 2 results from an estimated 2 matches for "9bf712f4".
2016 Mar 08
0
wiki addition for AWS
...y do the AMIs listed in the region specific images for CentOS7 in
eu-central-1 not exist in the following query:
$ aws --region eu-central-1 ec2 describe-images --owners aws-marketplace
--filters Name=product-code,Values=aw0evgkw8e5c1q413zgy5pjce --query
'Images[*].ImageId'
ami-7cc4f661 ami-9bf712f4 ami-e68f82fb
In fact, I cant even find them with the following queries:
$ aws --region eu-central-1 ec2 describe-images --image-ids ami-08222e15 #
CentOS7
$ aws --region eu-central-1 ec2 describe-images --image-ids ami-0e222e13 #
CentOS6
Are those image private or just gone?
If those images are...
2016 Feb 22
4
wiki addition for AWS
My wiki name: WarrenTurkal
Page for addition: https://wiki.centos.org/Cloud/AWS
Proposed addition: I would like to add a column for the product code
for the CentOS images listed with AWS marketplace URLs. I use the
product code for "CENTOS-7 x86_64" to find the AMIs to start hosts
with that image in each region of AWS.
Thanks,
wt