Issue when copy AMI owned by another account

与世无争的帅哥 提交于 2019-12-23 09:32:34

问题


I'm trying to copy an AMI from one account A but owned by another account B. I have previously built this AMI. The account A has launch permissions on the AMI, but when I copy I got this error message : Images from AWS Marketplace cannot be copied to another AWS account.

So, I make a DescribeImage and I got this :


productCodes
 item
            productCode 7w73f3XXXXXXXXXXXXXX /productCode
            type marketplace /type
/item
/productCodes

I think that my issue come from the productCode & type. Therefore my question, how can I remove productCode and type please ?

Best regards,


回答1:


This is because the AMI in question is licensed from the marketplace; that is, the author doesn't want it simply given away / copied to anyone. Please visit the Marketplace and license the AMI.



来源:https://stackoverflow.com/questions/34763041/issue-when-copy-ami-owned-by-another-account

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!