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년 전435회 조회
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년 전

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

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

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

관련 콘텐츠