Single VHDX with different application config per user

0

Hi,

I am looking to see if this possible, i have a single application (C#) that works with a *.config file. Each config file needs to be different per site.

What, if possible, would be the easiest/cleanest way of accomplishing this using AppStream 2.0?

Preferably keeping a single VHDX.

This will have a custom flow using Cognito and SQL database for users/sites with a streaming URL being produced for users to login.

Or is it a case of a full (AppBlock, Application, Fleet and Stack, VHDX) per site with the config in the VHDX?

gavinc
已提問 1 年前檢視次數 226 次
1 個回答
0

If the sites are geographically distributed, you may want to create a stack in different Regions to get your workload closer to your end users.

You could include all the config files, and then use session context to select the config file that is needed. Using session context lets you set it dynamically with a SAML attribute.

Look at the example for Firefox. You can make a small script that passes the config file as an argument to your application.

profile pictureAWS
已回答 1 年前
  • Is this possible without using the ImageBuilder? I am using the elastic option which currently doesnt allow custom images :(

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南