From e207be74b53c86f94ee0328e845602d781a1bbfa Mon Sep 17 00:00:00 2001 From: Ajay Chenampara Date: Wed, 16 Jan 2019 12:44:29 -0500 Subject: [PATCH] FAQ: EC2 instance creation failure - Ts&Cs (#148) --- docs/faq.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index ade0d6cfa..97316fcbc 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -115,6 +115,19 @@ Ansible Tower stores job templates under the projects folder in the awx home dir cd into the relevant project folder and execute the Playbook from the command line to run the playbook exactly how it was run from Ansible Tower. This will hopefully let you see an error or problem you were not aware of via the Tower GUI. +## Problem: Creating EC2 instances fail with an "OptInRequired" message + +``` +TASK [manage_ec2_instances : Create EC2 instances for rtr3 node (NETWORKING MODE)] *** +fatal: [localhost]: FAILED! => changed=false + msg: 'Instance creation failed => OptInRequired: In order to use this AWS Marketplace product you need to accept terms and subscribe. To do so please visit https://aws.amazon.com/marketplace/pp?sku=bw54e0gl17zf0vxq54dttwvow' + +``` +### Solution: + +This is likely if you are using the device (CSR/F5/vMX) for the first time in AWS. You will need to follow the link in the error output and accept the Terms and Conditions in order to proceed. Once you accept, re-run the provisioner. + + ## Problem: F5 Workshop provisioner fails on mac ``` @@ -126,4 +139,4 @@ fatal: [TESTWORKSHOP-student1-f5]: FAILED! => {"changed": false, "cmd": "rpm -qp ``` $ brew install rpm -``` \ No newline at end of file +```