--- title: "Get-VBRAmazonRestoreSession" description: "Returns active restore sessions to Amazon EC2. Platform: VMware, Hyper-V Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: AllParameterSets (Default) Session " canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbramazonrestoresession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Data Recovery > Restore to Amazon EC2 > Get-VBRAmazonRestoreSession" dateModified: "2026-08-19" --- # Get-VBRAmazonRestoreSession ## Short Description Returns active restore sessions to Amazon EC2. **Platform**: VMware, Hyper-V **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets: ## Detailed Description This cmdlet returns active restore to Amazon EC2 sessions. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies the ID of the restore to Amazon EC2 active session you want to get.

Guid

False

Named

True (ByPropertyName)

Session

Specifies the restore to Amazon EC2 active session that you want to get.

VBRAmazonRestoreSession

False

Named

True (ByPropertyName, ByValue)

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object `VBRAmazonRestoreSession` ## Examples ::: example ### Example 1. Getting Active Restore Session to Amazon EC2 This command gets the active restore session to Amazon EC2. ``` Get-VBRAmazonRestoreSession -Session "New session" ``` :::