Automating updates for Chrome and Edge browsers in AppStream images

0

We use the image update feature of AppStream to ensure our Windows AppStream images remains patched. However Chrome and Edge browsers have their own update processes.

Are there any methods available to also ensure these browsers are patched at the same time as the image? Forcing the browsers to update when AppStream instances are booted creates a lot of network traffic so we'd like to avoid this and only patch in the image if possible.

asked 10 months ago306 views
1 Answer
1
Accepted Answer

Hi,

an improvement on your current situation is to run the browser update process in your AppStream Builder when you refresh the image of your fleet.

If you automate this image refresh fully (via scripting) to make it very frequent then, your browsers will stay up-to-date.

Best,

Didier

profile pictureAWS
EXPERT
answered 10 months ago
  • Thanks Didier. Do you know if it would be possible to run the browser update process when using AppStream's native image update feature (e.g. by calling the CreateUpdatedImage feature of the API) or would I need to deploy to an Image Builder instance first?

  • Managed Image Update (CreateUpdatedImage API) do not update the applications. It will only update AppStream 2.0 components and Windows patches. You will need to update the application and create a new image again, then update you fleet with the new image.

    Refer the documentation for more details. https://docs.aws.amazon.com/appstream2/latest/developerguide/administer-images.html#keep-image-updated-managed-image-updates

    Additionally updating the browsers on the fly on the fleet instance is not recommended as it can utilize the resources and cause performance issue. It may also create issue in the streaming session (with the app itself). So, it's good practices to update application on the image itself.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions