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
已提问 2 年前419 查看次数
2 回答
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
已回答 2 年前
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
专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则