Hello!
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:
- Amazon CloudFront
- Amazon CloudSearch
- Amazon CloudWatch
- Amazon Elastic Compute Cloud
- Amazon Elastic MapReduce
- Amazon ElastiCache
- Amazon Relational Database Service
- Amazon Route 53
- Amazon Simple Email Service
- Amazon Simple Notification Service
- Amazon Simple Queue Service
- Amazon Simple Storage Service
- Amazon Virtual Private Cloud
- Auto scaling
- AWS CloudFormation
- AWS Elastic Beanstalk
- AWS Import / Export
- AWS Identity and Access Management
- AWS Storage Gateway
- Elastic load balancing
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 .