How do I update the image of an existing Amazon AppStream 2.0 fleet?

2 minute read
0

I want to update my Amazon AppStream 2.0 fleet with a new image.

Resolution

You can update an existing AppStream 2.0 fleet with a new image in the AppStream 2.0 console or the AWS Command Line Interface (AWS CLI).

For more information about additional conditions and steps to update an AppStream 2.0 fleet, see Update an AppStream 2.0 fleet.

Use the AppStream 2.0 console

  1. Open the AppStream 2.0 console, and then choose Fleets from the navigation pane.
  2. Select the fleet that you want to update.
  3. For Actions, choose Edit.
  4. For Name, choose the new image.
  5. Choose Update Fleet.

Use the AWS CLI

Note: If you receive errors when you run AWS CLI commands, then see Troubleshoot AWS CLI errors. Also, make sure that you're using the most recent AWS CLI version.

For public and private images, run the following command:

aws appstream update-fleet --image-name Example_Image --name Example_Fleet

Note: Replace all example strings with your own values.

For shared images that require the image-arn parameter, run the following command:

aws appstream update-fleet --image-arn  arn:aws:appstream:us-east-1:123456789012:image/Example_Image --name Example_Fleet

Note: Replace all example strings and the ARN with your own values.

Related information

What is Amazon AppStream 2.0?

Fleets and stacks

Fleet Auto Scaling for Amazon AppStream 2.0

AWS OFFICIAL
AWS OFFICIALUpdated 4 months ago