diff --git a/docs/media/diagrams/unreal-engine-horde-architecture.drawio b/docs/media/diagrams/unreal-engine-horde-architecture.drawio new file mode 100644 index 0000000..f2f2220 --- /dev/null +++ b/docs/media/diagrams/unreal-engine-horde-architecture.drawio @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/media/images/unreal-engine-horde-architecture.png b/docs/media/images/unreal-engine-horde-architecture.png new file mode 100644 index 0000000..6755556 Binary files /dev/null and b/docs/media/images/unreal-engine-horde-architecture.png differ diff --git a/docs/modules/unreal/horde/terraform-docs.md b/docs/modules/unreal/horde/terraform-docs.md new file mode 100644 index 0000000..d8c04c6 --- /dev/null +++ b/docs/modules/unreal/horde/terraform-docs.md @@ -0,0 +1,2 @@ +# Terraform Module Docs +--8<-- "modules/unreal/horde/README.md" diff --git a/docs/modules/unreal/horde/unreal-engine-horde.md b/docs/modules/unreal/horde/unreal-engine-horde.md new file mode 100644 index 0000000..abffb7c --- /dev/null +++ b/docs/modules/unreal/horde/unreal-engine-horde.md @@ -0,0 +1,13 @@ +# Unreal Engine Horde + +[Jump to Terraform docs](./terraform-docs.md){ .md-button .md-button--primary } + +[Unreal Engine Horde](https://github.com/EpicGames/UnrealEngine/tree/5.4/Engine/Source/Programs/Horde) is a set of services supporting workflows Epic uses to develop Fortnite, Unreal Engine, and other titles. This module deploys the Unreal Engine Horde server on AWS Elastic Container Service using the [image available from the Epic Games Github organization.](https://github.com/orgs/EpicGames/packages/container/package/horde-server) + +Unreal Engine Horde relies on a Redis cache and a MongoDB compatible database. This module provides these services by provisioning an [Amazon Elasticache with Redis OSS Compatibility](https://aws.amazon.com/elasticache/redis/) cluster and an [Amazon DocumentDB] cluster. + +## Deployment Architecture +![Unreal Engine Horde Module Architecture](../../../media/images/unreal-engine-horde-architecture.png) + +## Prerequisites +Unreal Engine Horde is only available through the Epic Games Github organization's package registry or the Unreal Engine source code. In order to get access to this software you will need to [join the Epic Games organization](https://github.com/EpicGames/Signup) on Github and accept the Unreal Engine EULA. diff --git a/mkdocs.yml b/mkdocs.yml index 2a78b39..df438ee 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -115,6 +115,10 @@ nav: - Helix Swarm: - Installation and Usage: modules/perforce/helix-swarm/helix-swarm.md - Module Docs: modules/perforce/helix-swarm/terraform-docs.md + - Unreal Engine: + - Unreal Engine Horde: + - Installation and Usage: modules/unreal/horde/unreal-engine-horde.md + - Module Docs: modules/unreal/horde/terraform-docs.md - Samples: - Overview: samples/index.md - Simple Build Pipeline: samples/simple-build-pipeline.md @@ -147,5 +151,4 @@ extra_css: - stylesheets/themes.css - stylesheets/hero.css - copyright: Copyright © 2024 Amazon Web Services