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
preguntada hace 2 años435 visualizaciones
2 Respuestas
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
respondido hace 2 años
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
EXPERTO
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas