Para referência futura, o próprio AWS Tools for PowerShell tem um cmdlet para capturar a versão do cmdlet, Get-AWSPowerShellVersion. Isso retorna a versão do módulo instalado e do .NET SDK instalado.
Exemplo:
PS C:/> Get-AWSPowerShellVersion
AWS Tools for Windows PowerShell
Version 3.1.95.0
Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Amazon Web Services SDK for .NET
Core Runtime Version 3.1.10.0
Copyright 2009-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Release notes: https://aws.amazon.com/releasenotes/PowerShell
This software includes third party software subject to the following copyrights:
- Logging from log4net, Apache License
[http://logging.apache.org/log4net/license.html]
Documentação: