This repository provides a reference for creating an AMI (Amazon Machine Image) that supports running Linux Desktops within Strigo.
Strigo uses RDP to connect to the instances, and so we provide an example implementation using xrdp.
We use HashiCorp's Packer to build our own images, and so a Packer file is provided to automate the creation of the AMIs in different regions.
To use said AMIs, refer to our documentation:
By default, we only support (and create) Ubuntu 20-based AMIs.
The community
folder includes some unofficially supported configurations, which you can use to create your own AMIs using other Linux distributions and versions.
We will happily accept contributions (see the readme in the community folder for more info).