Acceptance Test with external dependency (requires 3rd party license for setup)

Hi everyone,

I am working on a new resource for the SSM integration for SAP applications. Now I am faced with a problem. I am writing acceptance tests, however they require a running SAP system on EC2. I have been providing the respective instance IDs via environment variables and they pass.

The systems can be set up via AWS launch wizard, however this requires an active license agreement with SAP (which they enforce by requiring you to upload the installation binaries).
Long story short: this acceptance tests requires manual preperation to run. How is such a case handled? Also, how do I then pass the instance ID (or whatever other value required) into the test case?

Best regards
Fabian