Portal Requirements

WorkSpaces Manager is available either as a standalone product or as a 3-tier deployment, consisting of three main components:

1) Data Back-End: Based on an MS-SQL database.

2) Management Portal Application: Developed using the .NET Core Runtime.

3) Management Portal Presentation: Deployed on IIS (Internet Information Services) on Windows.

The deployment can be executed in various ways by decoupling these three components or combining some of them. The most common deployment scenarios are:

A single Windows EC2 instance that includes both IIS and MS-SQL Express can be deployed directly on AWS from the Marketplace as a CloudFormation Project.

In this setup, all tiers (data back-end, application, and presentation) run on the same instance, offering the most cost-efficient solution. This deployment is compatible with an external Network Load Balancer to offload SSL certificates and establish a unified entry point with a common DNS name.

For more detailed information, please refer to the Architecture Guide.

Last updated