I'm testing out the Github integration, using the https://github.com/ARM-software/AVH-GetStarted repo.
Trying to get the "Basic" demo to work, but stuck at an error from avhclient:
"An error occurred (Unsupported) when calling the RunInstances operation: The requested configuration is currently not supported. Please check the documentation for supported configurations. "
What does that mean? How do I solve it?
One of our AWS developers believes this came from the EC2 instance and recommended changing the instance type from t2.micro to t3.micro (since we using the eu-north-1 region) but that didn't help.
Complete log below:
Found the problem. Didn't realize that both the Basic and Blinky test were executed, and I had only updated the Basic test.
Now it works.
Thank you for coming back and sharing the solution Johan :)