# 設定ガイド: AWS WorkSpaces および AppStream エッセンシャル

{% hint style="warning" %}
このページの構成オプションは[管理者](https://docs.nexthink.com/platform/ja/user-guide/administration/account-management/roles#roles-administration)のみが見ることができます。

ライブラリのコンテンツを標準ユーザーとして使用するには、[使用ガイド: AWS WorkSpaces と AppStream の基本事項](https://docs.nexthink.com/platform/ja/library-packs/vdi/aws/aws-workspaces-and-appstream-essentials/usage-guide-aws-workspaces-and-appstream-essentials) を参照してください。
{% endhint %}

## **前提条件** <a href="#documentation-pre-requisites" id="documentation-pre-requisites"></a>

このライブラリパックには、次の必要な[拡張製品](https://docs.nexthink.com/platform/ja/overview/products)からのコンテンツが含まれています:

* [Nexthink VDI エクスペリエンス](https://docs.nexthink.com/platform/ja/user-guide/vdi-experience)。

{% hint style="info" %}
これらの製品のいくつかは、各コンテンツへのデフォルトのアクセスを提供し、[拡張製品](https://docs.nexthink.com/platform/ja/overview/products)なしでも使用できます。

Nexthink Infinity の拡張製品の標準しきい値については、[Nexthink Infinity しきい値および制限の概要](https://edocs.nexthink.com/ja/nexthink-infinity/infinity-specifications/nexthink-infinity-default-thresholds-overview) ドキュメントをご参照ください。
{% endhint %}

## **含まれるコンテンツと依存関係** <a href="#documentation-contentanddependencies" id="documentation-contentanddependencies"></a>

このライブラリパックには以下のコンテンツと依存関係が含まれています：

<table><thead><tr><th width="145.6666259765625">コンテンツの種類</th><th width="190">名前</th><th width="399.333251953125">説明</th></tr></thead><tbody><tr><td><a href="../../../../user-guide/live-dashboards">ダッシュボード</a></td><td>AWS Workspaces と AppStream の仮想マシン</td><td>AWS Workspaces と AppStream の仮想マシンの健康状態と可用性を監視し、ユーザ体験に影響を与えるパフォーマンス問題を特定します。</td></tr><tr><td><a href="https://github.com/nexthink/documentation.online-product-documentation/blob/develop/ja_docs/library-packs/ja/configuring_nexthink/configuring-your-platform/administration/content-management/custom-fields-management.md">カスタムフィールド</a></td><td>AWS 再起動の健康</td><td>「最終再起動からの日数」に基づいてデバイスの再起動健康を示します</td></tr></tbody></table>

## AWS WorkSpaces と AppStream の基本事項を設定する

{% hint style="info" %}
この提案された設定ステップを適応させて、組織のニーズに応じてコンテンツを編集およびカスタマイズしてください。
{% endhint %}

Skynet をシステムにインストールするための手順に従ってください:

* 設定前 - [Nexthink Library](https://docs.nexthink.com/platform/ja/user-guide/nexthink-library)からライブラリパックコンテンツをインストールします
* [ステップ 1 - カスタムフィールドを設定](#step-3-configure-custom-fields)

### ステップ 1 - カスタムフィールドの設定

1. メインメニューから、**管理** > [カスタムフィールド](https://nexthink.gitbook.io/opd/user-guide/administration/content-management/custom-fields-management) ページに移動します。
2. 各カスタムフィールドのルール基準を確認し、カスタマイズします。
3. 環境や再起動ポリシーに合わせて、必要に応じて NQL クエリを編集してください。
4. Nexthink は次の設定を推奨します：

<table><thead><tr><th width="140">名前</th><th width="172.3333740234375">NQL ID</th><th width="146.6666259765625">ルール名</th><th width="94.666748046875">オブジェクト</th><th width="253.66668701171875">NQL クエリー</th></tr></thead><tbody><tr><td>AWS 再起動の健康</td><td>aws_reboot_health</td><td>良好<br>平均<br>不良</td><td>device</td><td><pre><code>devices\n| where virtualization.desktop_broker in [aws_workspaces , aws_appstream ] and ((virtualization.type in [shared, pooled] and boot.days_since_last_full_boot &#x3C;= 1) or (virtualization.type in [personal] and boot.days_since_last_full_boot &#x3C;= 5))\n
</code></pre></td></tr></tbody></table>

***

関連トピック

* [](https://docs.nexthink.com/platform/ja/library-packs/vdi/aws/aws-workspaces-and-appstream-essentials "mention")
* [usage-guide-aws-workspaces-and-appstream-essentials](https://docs.nexthink.com/platform/ja/library-packs/vdi/aws/aws-workspaces-and-appstream-essentials/usage-guide-aws-workspaces-and-appstream-essentials "mention")
