

# EC2 Windows インスタンスの起動時に EC2Launch v1 エージェントを使用してタスクを実行する
<a name="ec2launch"></a>

Windows Server 2016 および 2019 用の Amazon マネージド AMI には、EC2Launch と呼ばれる一連の Windows Powershell スクリプトが含まれています。EC2Launch は最初のインスタンスの起動中にタスクを実行します。AWS Windows AMI に含まれる EC2Launch のバージョンについては、「[AWS Windows AMI リファレンス](https://docs.aws.amazon.com/ec2/latest/windows-ami-reference/windows-amis.html)」を参照してください。

**注記**  
AWS Windows Server 2016 以降の OS バージョンの最新起動エージェントは EC2Launch v2 であり、EC2Config および EC2Launch の両方を置き換えるもので、`EC2LaunchV2-Windows_Server-*` で始まる名前で Windows Server 2016 および 2019 AMI にプレインストールされています。Windows Server 2016 および 2019 にエージェントを手動でインストールして設定することもできます。詳細については、「[EC2Launch v2 をインストールする](ec2launch-v2-install.md)」を参照してください。  
IMDSv2 で EC2Launch を使用するには、バージョンは 1.3.2002730 以降でなければなりません。

インストールされている EC2Launch のバージョンを確認するには、次の Windows PowerShell コマンドを使用します。

```
Test-ModuleManifest -Path "C:\ProgramData\Amazon\EC2-Windows\Launch\Module\Ec2Launch.psd1" | Select Version
```

## EC2Launch タスク
<a name="ec2launch-tasks"></a>

EC2Launch は最初のインスタンスの起動中に、デフォルトで以下のタスクを実行します。
+ インスタンスに関する情報をレンダリングする新しい壁紙を設定します。
+ コンピュータ名をインスタンスのプライベート IPv4 アドレスに設定します。
+ Amazon EC2 コンソールにインスタンス情報を送信します。
+ EC2 コンソールに RDP 証明書のサムプリントを送信します。
+ 管理者アカウントに、ランダムなパスワードを設定します。
+ DNS サフィックスを追加します。
+ オペレーティングシステムパーティションを動的に拡張して、未使用の領域が含まれるようにします。
+ ユーザーデータを実行します (指定された場合)。ユーザーデータを指定する方法については、[ユーザーデータ入力を使用して EC2 インスタンスを起動するときにコマンドを実行する](user-data.md)を参照してください。
+  メタデータサービスと AWS KMS サーバーに到達するために永続的な静的ルートを設定します。
**重要**  
このインスタンスからカスタム AMI を作成している場合、これらのルートは OS 設定の一部としてキャプチャされます。また、AMI から起動された新しいインスタンスは、サブネットの位置に関係なく、同じルートを保持します。ルートを更新するには、[カスタム AMI の起動時に Server 2016 以降のメタデータ/KMS ルートを更新する](ec2launch-sysprep.md#update-metadata-KMS)を参照してください。

以下のタスクは、EC2Config サービスとの下位互換性を維持するために役立ちます。また、起動中にこれらのタスクを実行するように EC2Launch を設定することもできます。
+ セカンダリ EBS ボリュームを初期化します。
+ EC2 コンソールのログに Windows イベントログを送信します。
+ *Windows の使用準備ができている*旨のメッセージを EC2 コンソールに送信します。

## EC2Launch のディレクトリ構造
<a name="ec2launch-directories"></a>

EC2Launch はデフォルトでは、Windows Server 2016 以降の AMI のルートディレクトリ `C:\ProgramData\Amazon\EC2-Windows\Launch` にインストールされます。

**注記**  
Windows では、デフォルトで `C:\ProgramData` 以下のファイルとフォルダは非表示になります。EC2Launch のディレクトリとファイルを表示するには、Windows エクスプローラーにパスを入力するか、フォルダのプロパティを変更して、非表示のファイルとフォルダを表示する必要があります。

`Launch` ディレクトリには以下のサブディレクトリがあります。
+ `Scripts` — EC2Launch を構成する PowerShell スクリプトが格納されます。
+ `Module` — Amazon EC2 関連するスクリプトを構築するためのモジュールが格納されます。
+ `Config` — カスタマイズ可能なスクリプト設定ファイルが格納されます。
+ `Sysprep` — Sysprep リソースが格納されます。
+ `Settings` — Sysprep グラフィカルユーザーインターフェイスのアプリケーションが格納されます。
+ `Library` - EC2 起動エージェントの共有ライブラリが含まれています。
+ `Log` – スクリプトのサブディレクトリと、スクリプトによって生成されたログファイルが含まれます。

## テレメトリ
<a name="ec2launch-telemetry"></a>

テレメトリは、AWSを使用して、要件の理解を深め、問題を診断し、AWSのサービスのユーザーエクスペリエンスを向上するのに役立つ追加情報です。

EC2Launch v2 バージョン `1.3.2003498` およびそれ以降のバージョンは、使用状況メトリクスやエラーなどのテレメトリを収集します。このデータは、EC2Launch が実行される Amazon EC2 インスタンスから収集されます。これには、AWSによって所有されるすべての Windows AMI が含まれます。

EC2Launch では、以下のテレメトリを収集しています。
+ **使用状況の情報**— エージェントのコマンド、インストール方法、スケジュールされた実行頻度。
+ **エラーと診断情報**— エージェントのインストールと実行エラーコード。

収集されるデータの例：

```
2021/07/15 21:44:12Z: EC2LaunchTelemetry: IsAgentScheduledPerBoot=true
2021/07/15 21:44:12Z: EC2LaunchTelemetry: IsUserDataScheduledPerBoot=true
2021/07/15 21:44:12Z: EC2LaunchTelemetry: AgentCommandCode=1
2021/07/15 21:44:12Z: EC2LaunchTelemetry: AgentCommandErrorCode=5
2021/07/15 21:44:12Z: EC2LaunchTelemetry: AgentInstallCode=2
2021/07/15 21:44:12Z: EC2LaunchTelemetry: AgentInstallErrorCode=0
```

テレメトリーはデフォルトでは有効になっています。テレメトリ収集はいつでも無効にできます。テレメトリが有効な場合、EC2Launch は、追加の顧客通知なしでテレメトリデータを送信します。

テレメトリを有効または無効にするかの選択が収集されます。

テレメトリの収集は、オプトインまたはオプトアウトできます。テレメトリのオプトインまたはオプトアウトの選択は、ユーザーのテレメトリオプションを確実に遵守するために収集されます。

**テレメトリー可視性**  
テレメトリが有効な場合、Amazon EC2 コンソールの出力に次のように表示されます。

```
2021/07/15 21:44:12Z: Telemetry: <Data>
```

**インスタンスでのテレメトリの無効化**  
システム環境変数を設定してテレメトリを無効にするには、管理者として次のコマンドを実行します。

```
setx /M EC2LAUNCH_TELEMETRY 0
```

インストール中にテレメトリを無効にするには、次のように `install.ps1` を実行します。

```
. .\install.ps1 -EnableTelemetry:$false
```

**Topics**
+ [EC2Launch タスク](#ec2launch-tasks)
+ [EC2Launch のディレクトリ構造](#ec2launch-directories)
+ [テレメトリ](#ec2launch-telemetry)
+ [EC2Launch の最新バージョンのインストール](ec2launch-download.md)
+ [Windows インスタンスで EC2Launch v1 エージェントを設定する](ec2launch-config.md)
+ [EC2Launch バージョン履歴](ec2launch-version-details.md)

# EC2Launch の最新バージョンのインストール
<a name="ec2launch-download"></a>

インスタンスで最新バージョンの EC2Launch をダウンロードしてインストールするには、次の手順を使用します。

**最新バージョンの EC2Launch をダウンロードしてインストールするには**

1. インスタンスで EC2Launch をすでにインストールして設定している場合はEC2Launch 設定ファイルのバックアップを作成します。インストールプロセスではこのファイルに変更内容が保存されません。デフォルトではこのファイルは `C:\ProgramData\Amazon\EC2-Windows\Launch\Config` ディレクトリにあります。

1. [EC2-Windows-Launch.zip](https://s3.amazonaws.com/ec2-downloads-windows/EC2Launch/latest/EC2-Windows-Launch.zip) をインスタンス上のディレクトリにダウンロードします。

1. [install.ps1](https://s3.amazonaws.com/ec2-downloads-windows/EC2Launch/latest/install.ps1) を `EC2-Windows-Launch.zip` のダウンロード先と同じディレクトリにダウンロードします。

1. `install.ps1` を実行する

1. EC2Launch 設定ファイルのバックアップを作成する場合は同ファイルを `C:\ProgramData\Amazon\EC2-Windows\Launch\Config` ディレクトリにコピーします。

**PowerShell を使用して最新バージョンの EC2Launch をダウンロードしてインストールするには**  
インスタンスで EC2Launch をすでにインストールして設定している場合はEC2Launch 設定ファイルのバックアップを作成します。インストールプロセスではこのファイルに変更内容が保存されません。デフォルトではこのファイルは `C:\ProgramData\Amazon\EC2-Windows\Launch\Config` ディレクトリにあります。

PowerShell を使用して EC2Launch の最新バージョンをインストールするには、管理者として PowerShell ウィンドウから次のコマンドを実行します。

```
mkdir $env:USERPROFILE\Desktop\EC2Launch
$Url = "https://s3.amazonaws.com/ec2-downloads-windows/EC2Launch/latest/EC2-Windows-Launch.zip"
$DownloadZipFile = "$env:USERPROFILE\Desktop\EC2Launch\" + $(Split-Path -Path $Url -Leaf)
Invoke-WebRequest -Uri $Url -OutFile $DownloadZipFile
$Url = "https://s3.amazonaws.com/ec2-downloads-windows/EC2Launch/latest/install.ps1"
$DownloadZipFile = "$env:USERPROFILE\Desktop\EC2Launch\" + $(Split-Path -Path $Url -Leaf)
Invoke-WebRequest -Uri $Url -OutFile $DownloadZipFile
& $env:USERPROFILE\Desktop\EC2Launch\install.ps1
```

**注記**  
ファイルのダウンロード時にエラーが表示され、Windows Server 2016 を使用している場合は、PowerShell ターミナルで TLS 1.2 を有効にする必要がある場合があります。次のコマンドで現在の PowerShell セッションの TLS 1.2 を有効にしてから、もう一度試してください。  

```
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
```

起動エージェントをチェックしてインストールを確認します。管理者として PowerShell ウィンドウから次のコマンドを実行します。

```
Import-Module C:\ProgramData\Amazon\EC2-Windows\Launch\Module\Ec2Launch.psm1
Import-LocalizedData -BaseDirectory C:\ProgramData\Amazon\EC2-Windows\Launch\Module\ -FileName 'Ec2Launch.psd1' -BindingVariable moduleManifest
$moduleManifest.Get_Item('ModuleVersion')
```

# Windows インスタンスで EC2Launch v1 エージェントを設定する
<a name="ec2launch-config"></a>

インスタンスが最初に初期化された後で、EC2Launch を再実行し、別の起動タスクを実行するよう EC2Launch を設定できます。

**Topics**
+ [初期化タスクの設定](#ec2launch-inittasks)
+ [EC2Launch が起動ごとに実行されるようスケジュールします](#run-on-every-boot)
+ [ドライブの初期化とドライブ文字のマッピング](#ec2launch-mapping)
+ [EC2 コンソールへの Windows イベントログの送信](#ec2launch-sendlogs)
+ [正常に起動した後の Windows の準備が完了した旨のメッセージの送信](#ec2launch-sendwinisready)

## 初期化タスクの設定
<a name="ec2launch-inittasks"></a>

次の初期化タスクを有効または無効にするには、`LaunchConfig.json` ファイルで設定を指定します。
+ コンピュータ名をインスタンスのプライベート IPv4 アドレスに設定します。
+ モニターを常にオンにするように設定します。
+ 新しい壁紙を設定します。
+ DNS サフィックス一覧を追加します。
**注記**  
これにより、次のドメインの DNS サフィックス検索が追加され、他の標準サフィックスが設定されます。起動エージェントによる DNS サフィックスの設定方法の詳細については、「[EC2 Windows 起動エージェントの DNS サフィックスを設定する](launch-agents-set-dns.md)」を参照してください。  

  ```
  region.ec2-utilities.amazonaws.com
  ```
+ ブートボリュームサイズを拡大します。
+ 管理者パスワードを設定します。

**初期設定を行うには**

1. 設定するインスタンスで、`C:\ProgramData\Amazon\EC2-Windows\Launch\Config\LaunchConfig.json` ファイルをテキストエディタで開きます。

1. 必要に応じて次の設定を更新し、変更を保存します。`adminPasswordtype` が `Specify` である場合のみ、`adminPassword`にパスワードを入力してください。

   ```
   {
   	"setComputerName": false,
   	"setMonitorAlwaysOn": true,
   	"setWallpaper": true,
   	"addDnsSuffixList": true,
   	"extendBootVolumeSize": true,
   	"handleUserData": true,					  
   	"adminPasswordType": "Random | Specify | DoNothing",
   	"adminPassword": "password that adheres to your security policy (optional)"
   }
   ```

   パスワードの種類は次のとおりです。  
`Random`  
EC2Launch は、ユーザーのキーを使用してパスワードを生成し、暗号化します。この設定はインスタンス起動後に無効になるため、インスタンスを再起動したり、停止して起動した場合でもパスワードは保持されます。  
`Specify`  
EC2Launch は、`adminPassword` で指定したパスワードを使用します。指定したパスワードがシステム要件を満たさない場合は、代わりに EC2Launch によってランダムなパスワードが生成されます。このパスワードはクリアテキストとして `LaunchConfig.json` に保存され、Sysprep で管理者パスワードが設定されると削除されます。EC2Launch は、ユーザーのキーを使用してパスワードを暗号化します。  
`DoNothing`  
EC2Launch は、`unattend.xml` ファイルで指定したパスワードを使用します。`unattend.xml` でパスワードを指定しない場合、管理者アカウントは無効になります。

1. Windows PowerShell で次のコマンドを実行し、Windows のスケジュールされたタスクとしてスクリプトの実行をスケジュールします。スクリプトは次回の起動時に 1 回のみ実行され、以降、これらのタスクは再実行されなくなります。

   ```
   C:\ProgramData\Amazon\EC2-Windows\Launch\Scripts\InitializeInstance.ps1 -Schedule
   ```

## EC2Launch が起動ごとに実行されるようスケジュールします
<a name="run-on-every-boot"></a>

最初の起動だけでなく、起動ごとに実行されるように EC2Launch をスケジュールすることができます。

EC2Launch を起動ごとに実行するには。

1. Windows PowerShell を開き、次のコマンドを実行します。

   ```
   C:\ProgramData\Amazon\EC2-Windows\Launch\Scripts\InitializeInstance.ps1 -SchedulePerBoot
   ```

1. または、次のコマンドを使用して、実行可能ファイルを実行します。

   ```
   C:\ProgramData\Amazon\EC2-Windows\Launch\Settings\Ec2LaunchSettings.exe
   ```

   次に、`Run EC2Launch on every boot` を選択してください。You can specify that your EC2 インスタンスを `Shutdown without Sysprep` または `Shutdown with Sysprep` に指定できます。

**注記**  
起動のたびに EC2Launch が実行されるように設定した場合は、次回 EC2Launch が実行される際に以下のことが行われます。  
依然として `AdminPasswordType` に `Random` が設定されている場合、EC2Launch は次の起動時に新しいパスワードを生成します。起動後、`AdminPasswordType` は自動的に `DoNothing` に設定されます。これにより、以後の起動時に EC2Launch が新しいパスワードを生成しないようにします。EC2Launch が初回起動時に新しいパスワードを生成しないようにするには、再起動する前に、`AdminPasswordType` に `DoNothing` を手動で設定します。
ユーザーデータの `HandleUserData` が `false` に設定されていない限り、`persist` は `true` に設定されます。詳細については、「[ユーザーデータスクリプト](user-data.md#user-data-scripts)」を参照してください。

## ドライブの初期化とドライブ文字のマッピング
<a name="ec2launch-mapping"></a>

ドライブ文字を EC2 インスタンスのボリュームにマッピングするには、`DriveLetterMappingConfig.json` ファイルで設定を指定します。このスクリプトは、初期化およびパーティション化されていないドライブを初期化します。Windows でボリュームの詳細を取得する方法について詳しくは、Microsoft のドキュメントの「[Get-Volume](https://learn.microsoft.com/en-us/powershell/module/storage/get-volume)」をご参照ください。

**ドライブ文字をボリュームにマッピングするには**

1. テキストエディタで `C:\ProgramData\Amazon\EC2-Windows\Launch\Config\DriveLetterMappingConfig.json` ファイルを開きます。

1. 次のボリューム設定を指定し、変更を保存します。

   ```
   {
   	"driveLetterMapping": [
   		{
   			"volumeName": "sample volume",
   			"driveLetter": "H"
   		}
   	]
   }
   ```

1. Windows PowerShell を開き、次のコマンドを使用して、ディスクを初期化する EC2Launch スクリプトを実行します。

   ```
   C:\ProgramData\Amazon\EC2-Windows\Launch\Scripts\InitializeDisks.ps1
   ```

   インスタンスが起動するたびにディスクを初期化するには、`-Schedule` フラグを次のように追加します。

   ```
   C:\ProgramData\Amazon\EC2-Windows\Launch\Scripts\InitializeDisks.ps1 -Schedule
   ```

## EC2 コンソールへの Windows イベントログの送信
<a name="ec2launch-sendlogs"></a>

EC2 コンソールログに Windows イベントログを送信するには、`EventLogConfig.json` ファイルで設定を指定します。

**Windows イベントログを送信するよう設定を指定するには**

1. インスタンスで、`C:\ProgramData\Amazon\EC2-Windows\Launch\Config\EventLogConfig.json` ファイルをテキストエディタで開きます。

1. 次のログ設定を行い、変更を保存します。

   ```
   {
   	"events": [
   		{
   			"logName": "System",
   			"source": "An event source (optional)",
   			"level": "Error | Warning | Information",
   			"numEntries": 3
   		}
   	]
   }
   ```

1. Windows PowerShell で次のコマンドを実行し、Windows のスケジュールされたタスクとして、インスタンスが起動されるたびにスクリプトの実行がスケジュールされるようにします。

   ```
   C:\ProgramData\Amazon\EC2-Windows\Launch\Scripts\SendEventLogs.ps1 -Schedule
   ```

   ログが EC2 コンソールログに表示されるまでには、3 分以上かかる場合があります。

## 正常に起動した後の Windows の準備が完了した旨のメッセージの送信
<a name="ec2launch-sendwinisready"></a>

EC2Config サービスは、起動するたびに、「Windows の準備が完了」した旨のメッセージを EC2 コンソールに送信しました。EC2Launch は最初の起動後に、このメッセージを送信します。EC2Config サービスとの下位互換性のため、毎回の起動後にこのメッセージを送信するよう EC2Launch をスケジュールできます。インスタンスで Windows PowerShell を開き、次のコマンドを実行します。システムは、Windows のスケジュールされたタスクとして実行するようスクリプトをスケジュールします。

```
C:\ProgramData\Amazon\EC2-Windows\Launch\Scripts\SendWindowsIsReady.ps1 -Schedule
```

# EC2Launch バージョン履歴
<a name="ec2launch-version-details"></a>

最新バージョンの EC2Launch をダウンロードしてインストールするには、[EC2Launch の最新バージョンのインストール](ec2launch-download.md)を参照してください。

次の表は、EC2Launch のリリース済みバージョンについて説明しています。


| バージョン | 詳細 | リリース日 | 
| --- | --- | --- | 
| 1.4.299 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2026 年 3 月 3 日 | 
| 1.4.183 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2026 年 2 月 4 日 | 
| 1.4.6 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2025 年 10 月 13 日 | 
| 1.3.2005119 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2025 年 2 月 11 日 | 
| 1.3.2005065 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2024 年 10 月 22 日 | 
| 1.3.2005008 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2024 年 8 月 6 日 | 
| 1.3.2004959 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2024 年 7 月 2 日 | 
| 1.3.2004891 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2024 年 5 月 31 日 | 
| 1.3.2004617 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2024 年 1 月 15 日 | 
| 1.3.2004592 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) EC2Launch ディレクトリのアクセス許可とユーザーアカウント許可の詳細については、「[EC2Launch のディレクトリ構造](ec2launch.md#ec2launch-directories)」を参照してください。 | 2024 年 1 月 2 日 | 
| 1.3.2004491 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2023 年 11 月 9 日 | 
| 1.3.2004462 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2023 年 10 月 18 日 | 
| 1.3.2004438 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2023 年 10 月 4 日 | 
| 1.3.2004256 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2023 年 7 月 7 日 | 
| 1.3.2004052 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2023 年 3 月 8 日 | 
| 1.3.2003975 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2022 年 12 月 24 日 | 
| 1.3.2003961 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2022 年 12 月 6 日 | 
| 1.3.2003923 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2022 年 11 月 9 日 | 
| 1.3.2003919  | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2022 年 11 月 8 日 | 
| 1.3.2003857 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2022 年 10 月 3 日 | 
| 1.3.2003824 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2022 年 8 月 30 日 | 
| 1.3.2003691 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2022 年 6 月 21 日 | 
| 1.3.2003639 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2022 年 5 月 10 日 | 
| 1.3.2003498 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2022 年 1 月 31 日 | 
| 1.3.2003411 | パスワード生成ロジックを変更して、複雑さの低いパスワードを除外するようにしました。 | 2021 年 8 月 4 日 | 
| 1.3.2003364 | IMDSv2 サポート付の Install-EgpuManager を更新。 | 2021 年 6 月 7 日 | 
| 1.3.2003312 |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2021 年 5 月 4 日 | 
| 1.3.2003284 | ユーザデータを保存する場所を LocalAppData に更新することで、アクセス許可モデルを改善しました。 | 2021 年 3 月 23 日 | 
| 1.3.2003236 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html) | 2021 年 2 月 11 日 | 
| 1.3.2003210 | install.ps1 のローカライゼーションを修正しました。 | 2021 年 1 月 7 日 | 
| 1.3.2003205 | %ProgramData%AmazonEC2-WindowsLaunchModuleScripts ディレクトリのアクセス許可を更新するための install.ps1 に対するセキュリティ修正。 | 2020 年 12 月 28 日 | 
| 1.3.2003189 | ルートを追加した後に w32tm resync が追加されました。 | 2020 年 12 月 4 日 | 
| 1.3.2003155 | インスタンスタイプ情報を更新しました。 | 2020 年 8 月 25 日 | 
| 1.3.2003150 | コンソール出力に OsCurrentBuild と OsReleaseId を追加しました。 | 2020 年 4 月 22 日 | 
| 1.3.2003040 | IMDS バージョン 1 のフォールバックロジックを修正しました。 | 2020 年 4 月 7 日 | 
|  1.3.2002730  | IMDS V2 のサポートを追加しました。 | 2020 年 3 月 3 日 | 
|  1.3.2002240  | 小さな問題を修正しました。 | 2019 年 10 月 31 日 | 
|  1.3.2001660  | Sysprep の初回実行後にパスワードなしのユーザーの自動ログイン問題を修正しました。 | 2019 年 7 月 2 日 | 
|  1.3.2001360  | 小さな問題を修正しました。 | 2019 年 3 月 27 日 | 
|  1.3.2001220  | すべての PowerShell スクリプトが署名されています。 | 2019 年 2 月 28 日 | 
|  1.3.2001200  | Windows Server フェイルオーバークラスター内のノードでスクリプトを実行すると、ドライブ文字がローカルドライブ文字と一致するリモートノード上のドライブがフォーマットされるという InitializeDisks.ps1 の問題を修正しました。 | 2019 年 2 月 27 日 | 
|  1.3.2001160  | Windows 2019 の壁紙が表示されない問題を修正しました。 | 2019 年 2 月 22 日 | 
|  1.3.2001040  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2019 年 1 月 21 日 | 
|  1.3.2000930  | ipv6 有効 ENI でメタデータへのルートの追加を修正しました。 | 2019 年 1 月 2 日 | 
|  1.3.2000760  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2018 年 12 月 5 日 | 
|  1.3.2000630  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2018 年 11 月 9 日 | 
|  1.3.2000430.0  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2018 年 9 月 19 日 | 
|  1.3.200039.0  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  | 2018 年 8 月 15 日 | 
|  1.3.2000080  | 小さな問題を修正しました。 |  | 
|  1.3.610  |  出力およびエラーがユーザーデータからファイルにリダイレクトされる問題を修正しました。  |  | 
|  1.3.590  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  |  | 
|  1.3.580  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  |  | 
|  1.3.550  |  シャットダウンなしで Sysprep を有効化する `-NoShutdown` オプションを追加しました。  |  | 
|  1.3.540  |  小さな問題を修正しました。  |  | 
|  1.3.530  |  小さな問題を修正しました。  |  | 
|  1.3.521  |  小さな問題を修正しました。  |  | 
|  1.3.0  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  |  | 
|  1.2.0  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  |  | 
|  1.1.2  |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/ec2launch-version-details.html)  |  | 
|  1.1.1  |  初回リリース。  |  | 