I want to programmatically create images for AppStream 2.0.
Currently I only found this was:
- set up an ec2 instance
- this can communicate with the image builder via that "ConsoleImageBuilder" and powershell described here? https://aws.amazon.com/de/blogs/desktop-and-application-streaming/creating-an-image-programmatically-with-appstream-2-0-image-assistant-cli-operations
Are there any other ways without this addtional ec2 instance and windows powershell scripting?
Would be great to have all these directly in the AWS CLI instead this cumbersome method.