What happens with AppStream session in case of instance failure

0

I'm in the developing phase of an AppStream application. My team is wondering if there are any guardrails for session users in case of an instance failure. What happens to users' data in that case? Is the data retrievable? Will the instance be automatically replaced with the new one with users' data? Those are relevant questions that a potential end-user might ask when working with delicate and time-consuming workloads, but I wasn't able to find any answers in AppStream documentation.

profile picture
Les
posta 2 anni fa419 visualizzazioni
2 Risposte
2

AppStream 2.0 is a non-persistent application and desktop streaming solution. If you don't have persistent storage for your users, anything they save locally will be lost when their session ends.

There are a number of built in options for persistent storage like Home folders, Google Drive and OneDrive. You can also uses file servers like Amazon FSx (Windows fleets) or Amazon EFS (Linux fleets).

If a fleet instance fails, the user will loose anything not saved in persistent storage. You should design your fleets so they use multiple availability zones. The user would start a new session and get a brand new instance.

profile pictureAWS
con risposta 2 anni fa
0

Whether the user ends the session intentionally, or the session is ended through some other failure, if you're not utilizing Home Folders or any other means of persisting user data, the data is lost along with the fleet instance.

AWS
ESPERTO
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande