⬆️ ⬇️

AWS CLI utilities now for PowerShell

Hello! image



Many people know that in addition to the web console, Amazon Web Services has a very convenient command line utility. Now these utilities are available for PowerShell!



Now it will become even easier for administrators of Windows servers on EC2 to integrate their AWS scripts.



')

What services are supported?



Most! Full list below:





Where can I download?



The installation file is downloaded from here .



How to get started?



You need to load the utility into an existing session:

PS C:> import-module "C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell.psd1" 


Check whether everything works and display a list of new available commands, you can:

 PS C:> Get-Command -Module AWSPowerShell 


For more information on scripting and using AWS CLI Tools in PowerShell, please visit this page .

Source: https://habr.com/ru/post/161591/



All Articles