Hi,
I am trying to build off from an aws ami from aws marketplace using Packer. I am running into issues where the ami automatically pops up an interactive shell prompt (agreeing to licenses) when you ssh. So the Packer issue is when Provisioning with shell script that I have, it gets stuck uploading because of the interactive shell prompt.
The error will come up as this:
Error uploading script: { big text from license agreement }
Any ideas?