This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error from avhclient in Github Actions

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:

Run avhclient -b aws execute --specfile basic/avh.yml
2 avhclient -b aws execute --specfile basic/avh.yml
3 shell: /usr/bin/bash -e {0}
4 env:
5 AWS_S3_BUCKET_NAME: ***
6 AWS_IAM_PROFILE: ***
7 AWS_SECURITY_GROUP_ID: ***
8 AWS_SUBNET_ID: ***
9 pythonLocation: /opt/hostedtoolcache/Python/3.10.8/x64
10 PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.8/x64/lib/pkgconfig
11 Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.8/x64
12 Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.8/x64
13 Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.8/x64
14 LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.8/x64/lib
15 AWS_DEFAULT_REGION: eu-north-1
16 AWS_REGION: eu-north-1
17 AWS_ACCESS_KEY_ID: ***
18 AWS_SECRET_ACCESS_KEY: ***
19 AWS_SESSION_TOKEN: ***
20[INFO] avh:aws backend selected!
21[INFO]
22[INFO] Preparing instance...
23[INFO] ================================================================================
24[INFO] Found credentials in environment variables.
25[INFO] aws:Selecting AMI version 1.3.0, AMI ID ami-04b7fd9c3b2f96a41
26[INFO] aws:Backend successfully initialized!
27[INFO]
28[INFO] Teardown instance...
29[INFO] ================================================================================
30Error: [ERROR] None
31Error: [ERROR] An error occurred (Unsupported) when calling the RunInstances operation: The requested configuration is currently not supported. Please check the documentation for supported configurations.
32Error: Process completed with exit code 1.