View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017647 | Cloud Instance SIG | general | public | 2020-08-06 20:10 | 2020-10-01 11:55 |
Reporter | petrusgf | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0017647: Centos 8 image belongs to wrong Owner in AWS marketplace. | ||||
Description | Centos 8 image belongs to wrong owner. Cloud image in Ca-Central-1 is on the wrong account. In the documetation: https://wiki.centos.org/Cloud/AWS#Finding_AMI_ids Canada CA-Central-1 shows AMi id : ami-07a182edcd7d04084 When I setup a new instance using the ami, I got a different result. The ownerid: 125523088429 It supposed to be "679593333241" ownerid . If you go to the AWS marketplace images, you got no centos 8 image. link: https://aws.amazon.com/marketplace/seller-profile?id=16cb8b03-256e-4dde-8f34-1b0f377efe89 | ||||
Steps To Reproduce | Using terraform script, use the below code and got wrong result. data "aws_ami" "ami" { most_recent = true filter { name = "name" values = ["CentOS 8*"] } filter { name = "architecture" values = ["x86_64"] } filter { name = "root-device-type" values = ["ebs"] } owners = ["679593333241"] } | ||||
Tags | No tags attached. | ||||
all AMIs from the marketplace have the ownership 679593333241 the free centos AMIs are not in the marketplace and are owned by 125523088429 which is The Fedora Project there's two interfaces to the market https://console.aws.amazon.com/marketplace/home/subscriptions#/search!mpSearch/search and this one https://aws.amazon.com/marketplace be careful about finding a CentOS8 ami on the marketplace, the ones owned by Pro Computers are not free (but only 0.01 an hour), for example this: https://aws.amazon.com/marketplace/pp/B083V66BJ4?qid=1597355853225&sr=0-3&ref_=srh_res_product_title |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-08-06 20:10 | petrusgf | New Issue | |
2020-08-13 21:59 | speculatrix | Note Added: 0037537 |