LoginSignup
3
3

More than 5 years have passed since last update.

AppStreamサンプルで、サーバー構築

Posted at

参照

AppStream Applicationサーバー構築

https://console.aws.amazon.com/appstreamに、「Get Started」ボタンをクリックする

Step 2: Deployに、以下の情報を入力してください

Application name
  • 例:appstream_sample_test_yan
Application description(任意)
Pre-signed S3 URL to installer
  1. サンプルアプリホストをダウンロードする (参照)
  2. S3側
    • バケットを作成して、↑のDLしたファイルをアップロードする
  3. Firefox側
    • Firefoxに、S3Fox Organizerをインストールする
    • 「Manage Accounts」に、キーペアとユーザ名より、ユーザを作成する
    • S3に作成したバケットに、アップロードしたファイルに対して、右キーをクリックして、「Get Pre-signed Urls」を選択する
    • Set Expiry: 2400 hours
    • https
    • 「Generate Urls」をクリックて、生成したURLをコピーする
Installer parameters(任意)
Launch path
  • C:\app\XStxDirectXServer\XStxDirectXServer.exe
Launch parameters(任意)

プレビュー → 開始

認証用サービス構築

cloudformation console画面に、「Create New Stack」ボタンをクリックする

Create A New Stack画面に、以下を入力

Specify Parameters画面に、以下を

Use the Sample Entitlement Service

  1. https://console.aws.amazon.com/cloudformation/homeに、作成したstackを選択して、「Outputs」に、PublicDNSを見える
  2. http://[PublicDNS]:8080/webへアクセスする
  3. 上記に、使った-DUIPin=XXXXXで、sign inする
  4. Grant access only to users listed below.を選択する
  5. ユーザネームを入力して、「All Entitlements」を選択する
  6. 「Add User」をクリックする
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3