Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to opt-in for AWS EC2 AMI from SDK?

I am trying to launch an AWS EC2 instance using CentOS AMI ami-21682673 from EC2 SDK. The AMI itself is a marketplace product and it requires an acceptance of the licensing terms.

The error I am getting:

In order to use this AWS Marketplace product 
you need to accept terms and subscribe. To do so please visit 
http://aws.amazon.com/marketplace/pp?sku=eggbgx9svw4xhzs1omttdv29q

It is possible to accept terms from AWS web page. But I found no way to accept it from SDK. Any workarounds for this?

I know that the subscription will be saved in AWS once accepted. But my scenario is for a blank new profile with no subscriptions and SDK access only. Thanks for any help!

like image 408
Pavel Korsukov Avatar asked Jul 01 '14 07:07

Pavel Korsukov


People also ask

How do I choose AMI?

Choosing an AMI during the EC2 launch 1) Sign in to the Amazon EC2 console and then select from the available AWS regions in which you wish to launch your instance. 2) Next, from the dashboard, click the “Launch Instance” button. 3) This will open the section where you can now choose an Amazon Machine Image (AMI).

How do I associate IAM role in EC2 instance?

To attach an IAM role to an instanceOpen the Amazon EC2 console at https://console.aws.amazon.com/ec2/ . In the navigation pane, choose Instances. Select the instance, choose Actions, Security, Modify IAM role. Select the IAM role to attach to your instance, and choose Save.


1 Answers

The terms and conditions for Marketplace published AMIs can only be accepted via the web site, and not via the command line or API directly. The EULA is required to be shown to the customer (in the case of the Debian AMIs in Marketplace, it is the Debian Social Contract which is displayed to the customer).

like image 187
da hua Avatar answered Oct 18 '22 09:10

da hua