appstream

AppStream 2.0

Business AppsAWS
General

General information about the service.

Description

Amazon AppStream 2.0 streams desktop applications to any device.

Service Namespace

AWS::AppStream::Fleet

ARN Pattern

arn:aws:appstream:{region}:{account}:fleet/{fleet-name}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

appstream-

Length

1-100

Valid Characters

Letters, numbers, hyphens

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_appstream_fleet" "main" {
2 name = "appstream-${var.environment}"
3 instance_type = "stream.standard.medium"
4 compute_capacity {
5 desired_instances = 1
6 }
7}
Utilities

Utilities to support app deployment or configuration.