系统要求 - Amazon Elastic Compute Cloud
Amazon Web Services 文档中描述的 Amazon Web Services 服务或功能可能因区域而异。要查看适用于中国区域的差异,请参阅 中国的 Amazon Web Services 服务入门 (PDF)

系统要求

安装 SSM Agent

VSS 由 Amazon Systems Manager(Systems Manager)使用 PowerShell 编排。请确保您已在您的 Amazon EC2 实例上安装了 SSM Agent 版本 3.0.502.0 或更高版本。如果使用的是较旧版本的 SSM Agent,请使用 Run Command 进行更新。有关更多信息,请参阅《Amazon Systems Manager 用户指南》中的为 Amazon EC2 实例设置 Systems Manager在适用于 Windows Server 的 Amazon EC2 实例上使用 SSM Agent

Amazon EC2 Windows 实例要求

运行 Windows Server 2012 及更高版本的实例可支持启用了 VSS 的 EBS 快照。有关 Windows 的旧版本,请参阅 Amazon VSS 解决方案版本历史记录 中的 Windows 版本支持表。

.NET Framework 版本

AwsVssComponents 包需要 .NET Framework 版本 4.6 及更高版本。Windows Server 2016 之前的 Windows 操作系统版本默认使用早期版本的 .NET Framework。如果实例使用早期版本的 .NET Framework,则必须使用 Windows Update 安装 4.6 或更高版本。

Amazon Tools for Windows PowerShell 版本

确保实例运行的是版本 3.3.48.0 或更高版本的 Amazon Tools for Windows PowerShell。要检查版本,请在 PowerShell 终端中的实例上运行以下命令。

C:\> Get-AWSPowerShellVersion

如果您需要在实例上更新 Amazon Tools for Windows PowerShell,请参阅《Amazon Tools for Windows PowerShell 用户指南》中的安装 Amazon Tools for Windows PowerShell

Windows Powershell 版本

确保您的实例运行的是 Windows PowerShell 主要版本 345。要检查版本,请在 PowerShell 终端中的实例上运行以下命令。

C:\> $PSVersionTable.PSVersion
PowerShell 语言模式

确保实例将 PowerShell 语言模式设置为 FullLanguage。有关更多信息,请参阅 Microsoft 文档中的 about_Language_Modes