- AWS Tools for PowerShell 6
- Ramesh Waghmare
- 194字
- 2021-07-15 17:09:22
Updating AWS Tools for PowerShell
AWS keeps releasing a new version of the AWS Tools module both on Windows and PowerShell Core. As discussed earlier, you can determine the current version of AWS Tool by running the Get-AWSPowerShellVersion cmdlet. Currently, you can install Windows-based AWS Tools from https://aws.amazon.com/powershell/. For PowerShell Core, check the available version in the PowerShell Gallery. I think AWS Tool releases are too frequent, and they are targeting new releases every other 2 weeks. So, there is a need for you to understand the update process so that you know how to do or automate by writing your own script.
In case you have AWS Tools for PowerShell Core installed, plan to uninstall it before you attempt re-installation of the module. To uninstall, you can use this:
PS C:\> Uninstall-Package -Name AWSPowerShell.NetCore -AllVersions
When uninstallation is finished, install the updated package by running the following command. By default, this command installs the latest version of the AWS Tools for PowerShell Core. This package is available from the PowerShell Gallery, but the easiest method of installation is to run Install-Package:
PS C:\> Install-Package -Name AWSPowerShell.NetCore -Source https://www.powershellgallery.com/api/v2/ -ProviderName NuGet -ExcludeVersion -Destination $PSHOME/Modules
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Mastering AWS Lambda
- 編程的修煉
- Oracle 11g從入門到精通(第2版) (軟件開發(fā)視頻大講堂)
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Power Up Your PowToon Studio Project
- Android Application Development Cookbook(Second Edition)
- 老“碼”識(shí)途
- Android 應(yīng)用案例開發(fā)大全(第3版)
- HTML+CSS+JavaScript網(wǎng)頁(yè)設(shè)計(jì)從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- C++ Application Development with Code:Blocks
- Java7程序設(shè)計(jì)入門經(jīng)典
- Selenium WebDriver Practical Guide
- Java程序設(shè)計(jì)入門(第2版)
- Web前端開發(fā)技術(shù)實(shí)踐指導(dǎo)教程