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
질문됨 일 년 전227회 조회
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
답변함 일 년 전
  • Is this possible without using the ImageBuilder? I am using the elastic option which currently doesnt allow custom images :(

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠