The process of creating a workstation on AWS for Unreal Engine development is manual and tedious. I need to provision an instance, install a remote desktop server, configure graphics drivers, install IDEs and download the engine.
Solution/User Experience
Provide a Packer template for building AMIs capable of UE (and other C++ game engine) development. Parameterized installation of the following:
Jetbrains Rider
Git, P4V and p4 client
Common CI and build acceleration agents (Jenkins, TeamCity, Horde, Incredibuild)
Visual Studio + Microsoft build tools
It should also install and configure common remote desktop servers:
NiceDCV
Parsec
And also automatically install graphics drivers and configure them for G family instances.
Optional: Automatically install Unreal Engine following EULA acceptance.
Alternative solutions
Provide Image Builder recipes for this or use existing Cfn templates as a base.
Use case
The process of creating a workstation on AWS for Unreal Engine development is manual and tedious. I need to provision an instance, install a remote desktop server, configure graphics drivers, install IDEs and download the engine.
Solution/User Experience
Provide a Packer template for building AMIs capable of UE (and other C++ game engine) development. Parameterized installation of the following:
It should also install and configure common remote desktop servers:
And also automatically install graphics drivers and configure them for G family instances.
Optional: Automatically install Unreal Engine following EULA acceptance.
Alternative solutions
Provide Image Builder recipes for this or use existing Cfn templates as a base.