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?

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 :(

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ