I want to update my Amazon WorkSpaces Applications (formerly Amazon AppStream 2.0) fleet with a new image.
Resolution
Note: If you receive errors when you run AWS Command Line Interface (AWS CLI) commands, then see Troubleshooting errors for the AWS CLI. Also, make sure that you're using the most recent AWS CLI version.
You can update an existing WorkSpaces Applications fleet with a new image in the WorkSpaces Applications console or the AWS CLI.
For more information, see Update an Amazon WorkSpaces Applications Fleet.
Use the WorkSpaces Applications console
Complete the following steps:
- Open the WorkSpaces Applications console.
- In the navigations pane, choose Fleets.
- Select the fleet that you want to update.
- Choose Actions, and then choose Edit.
- For Name, choose the new image.
- Choose Update Fleet.
Use the AWS CLI
For public and private images, run the following command:
aws appstream update-fleet --image-name Example_Image --name Example_Fleet
Note: Replace Example_Image with WorkSpaces Applications image. Replace Example_Fleet with the name of the fleet you want to update.
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 Example_Image with WorkSpaces Applications image. Replace Example_Fleet with the name of the fleet you want to update.
Related information
Fleets and Stacks in Fleet Type in Amazon WorkSpaces Applications
Fleet Auto Scaling for Amazon WorkSpaces Applications