24
AppStream Implementation
Introduction
Limits
AppStream service limits are quite low by default. Current (requested) limits for an account in ap-southeast-1 are:
Service: AppStream 2.0
Region: Asia Pacific (Singapore)
Limit name: Streaming Instances (stream.standard.medium)
New limit value: 750
Service: AppStream 2.0
Region: Asia Pacific (Singapore)
Limit name: Streaming Instances (stream.standard.large)
New limit value: 250
Launching an Image Builder instance
Steps:
Name = Portfolio_Application_Builder
Tags: Add Portfolio tag
Instance Type: Select the appropriate instance, stream.standard.medium is ideal for BCP_AppStream
VPC = YourVpc
Subnet: either is ok
Security group = appstream-security-group
Wait for the image builder status to become “Running” (takes roughly 20 minutes).
Click on Actions, Create streaming URL and copy the URL to a new tab/window to connect to the Image Builder instance.
Note: stop the instance when it is not in use to reduce costs.
Upgrading a Fleet
Need to look at this, how do we test and then upgrade fleet image version without causing interruption?
Assume, create new fleet using the new image then cut over the stack to the new fleet. (What happens to the currently running fleet instances, what about the spare capacity?)
How to roll back a bad image update? Do we have to do this out of hours?
AppLocker
Steps:
a. Launch an image builder instance:
b. Steps inside the image builder to configure AppLocker:
NOTE:
You can select something else if you need to test rules before enforcing them. Open Event Viewer and navigate to “Applications and Services Logs — Microsoft — Windows — AppLocker — EXE and DLL”. Make sure there aren’t any unexpected events with the code 8003 (indicating an application was allowed to run but will be blocked once Enforce is enabled).
You can select something else if you need to test rules before enforcing them. Open Event Viewer and navigate to “Applications and Services Logs — Microsoft — Windows — AppLocker — EXE and DLL”. Make sure there aren’t any unexpected events with the code 8003 (indicating an application was allowed to run but will be blocked once Enforce is enabled).
sc config appidsvc start=auto
24