Private/ConfirmAWSVM.ps1

function ConfirmAWSVM {
    $(Get-CimInstance Win32_ComputerSystemProduct).UUID -match "^EC2"
}