Questions tagged [aws-appstream]

AWS AppStream allows users to import existing desktop applications to AWS and instantly start streaming them to an HTML5 compatible browser.

AWS AppStream is a part of Amazon Web Services (AWS) and allows users to import existing desktop applications to AWS and instantly start streaming them to an HTML5 compatible browser.

Resources

36 questions
0
votes
0 answers

How to get AWS fleet configuration information in Powershell

I have looked through the documentation. I need to be able to pull the Minimum Capacity, Maximum Capacity, and Scaling Policies that are defined in my AppStream fleets. In this…
0
votes
0 answers

Does AppStream 2.0 Elastic Fleet work at all?

I'm trying to use AWS AppStream 2.0 with Elastic Fleets. As a starting point, I'm just trying to get a Windows desktop to appear (no custom apps at all). I create a new Fleet with these settings: Default internet access enabled Microsoft Windows…
Jesse Barnum
  • 6,507
  • 6
  • 40
  • 69
0
votes
0 answers

Testing AWS AppStream

What tool might one use to perform load testing on an AppStream Fleet? We would like to monitor our Application Auto Scaling Scaling Policies behavior on a larger scale. Is there a tool that would automate the process of connecting to the streaming…
Lez
  • 99
  • 7
0
votes
0 answers

Json returning u0027 error when I don't have an apostrophe

I am building images using AWS Appstream. I have a json which reads the application location and is returning a \u0027 error. I know this is unicode for apostrophe However, I don't have any apostrophe in my code path and not sure if there is a way…
0
votes
1 answer

AWS AppStream 2.0 home folder "device not ready"

We are using on-demand instances to serve our applications in desktop view on AppStream 2.0. When we click on our application script the first thing it does is try to ensure that a directory exists in the "D:\PhotonUser\My Files\Home Folder"…
0
votes
1 answer

Calling an external command line EXE from the currently running UI EXE in AppStream is throwing a "file cannot be found" error

I have a UI application that is running in AppStream 2.0. I have a command button, that when pressed, makes an external call to a command line EXE. I am using the ProcessStartInfo object to pass in the arguments. var startInfo = new…
0
votes
1 answer

AWS Appstream 2.0 deploying administrative applicatication

How do I deploy an administrative privileged application to AWS appstream 2.0?
0
votes
1 answer

Username retrieval from an AWS Appstream 2.0 application with SAML integration

We are in the process of integrating SAML authentication for an application we deploy on AWS Appstream 2.0. We expected to keep receiving the original username in the AppStream_UserName environment variable, but we are getting an id or token. Is…
Nicola Musatti
  • 17,834
  • 2
  • 46
  • 55
0
votes
0 answers

Best way to reference "Home Folder" for WinForm app on AppStream

We are trying to deploy an old VB.NET WinForm app on AWS AppStream. It uses a 3rd party component that creates and appends to a text file at runtime. We have the ability to set the directory where this file will be located, so we set the path with…
TomK
  • 523
  • 2
  • 7
  • 18
0
votes
1 answer

Issues in Connecting USB DEVICES to AMAZON APPSTREAM2.0

I am currently using AWS AppStream 2.0 to stream a desktop application. For this, I need to connect my local devices to the AppStream 2.0 and use them with the streamed application. For enabling USB Devices I have followed the procedure given in the…
Veera
  • 331
  • 3
  • 15
0
votes
1 answer

Appstream - Upload docs from local to AppStream shared S3 bucket drive

I'm working on an AWS Appstream 2.0 shared docs requirement. I need to have shared drive for Appstream users to share the documents. Users should be able to upload the docs to Appstream instance from local drive and should be shared across \network…
0
votes
1 answer

AWS App Stream 2.0 Error - There is not enough room on this disk to complete this operation for FileMaker Pro

We are streaming FileMaker Pro app on aws appstream2.0 platform. While opening FileMaker Pro via browser, its showing "There is not enough room on this disk to complete this operation" error. We are using stream.standard.large instance type with 8GB…
Lakin Mohapatra
  • 1,097
  • 11
  • 22
0
votes
3 answers

Amazon AppStream 2.0: Delete user using Aws cli

I have a IAM user who has the privilege of +AmazonS3FullAccess +AdministratorAccess +IAMUserChangePassword +AmazonAppStreamFullAccess I have two user in Appstream2 John Doe Alec Stain For Deleting those while I try in command line aws appstream…
0
votes
0 answers

How to mock window object that contains third party object

I am using appstream embedded JavaScript file in my controller and getting appstream object from $window. But while mocking $window i don't have object for appstream bceause it is thirdparty content when iframe loaded.How can i write unit tests ? In…
siri.p
  • 15
  • 5
0
votes
1 answer

Check & Fetch the user if exists

When using AWS Appstream API, How do we check if a username(email) exists? And on a similar note how do we fetch that user by username? I tried searching here on the official docs and while there are methods for creation, deletion, enabling,…
Mohd Abdul Mujib
  • 13,071
  • 8
  • 64
  • 88