https://github.com/aws/aws-tools-for-powershell
The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
https://github.com/aws/aws-tools-for-powershell
Last synced: 3 days ago
JSON representation
The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
- Host: GitHub
- URL: https://github.com/aws/aws-tools-for-powershell
- Owner: aws
- License: apache-2.0
- Created: 2019-03-26T17:41:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T21:40:35.000Z (3 days ago)
- Last Synced: 2025-04-12T01:04:52.164Z (3 days ago)
- Language: C#
- Size: 418 MB
- Stars: 254
- Watchers: 30
- Forks: 88
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - aws/aws-tools-for-powershell - The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment. (C# #)
README
## AWS Tools for PowerShell
The _AWS Tools for PowerShell_ lets developers and administrators manage their AWS services from the PowerShell scripting environment.
This repository is meant to be used as a way to collect feedback from users of the _AWS Tools for PowerShell_ modules. You are invited to create GitHub issues to report bugs or make feature requests.
## AWS Tools for PowerShell Modules
The _AWS Tools for PowerShell_ modules [AWS.Tools](https://www.powershellgallery.com/packages/AWS.Tools.Common), [AWSPowerShell.NetCore](https://www.powershellgallery.com/packages/AWSPowerShell.NetCore) and [AWSPowerShell](https://www.powershellgallery.com/packages/AWSPowerShell) are available from [PowerShell Gallery](https://www.powershellgallery.com/).
| Module | **Compatible PowerShell Versions** | |
|---|---|---|
| **[AWS.Tools](https://www.powershellgallery.com/packages/AWS.Tools.Common)*** | 6+ (and 5.1 when .NET Framework 4.7.2 is installed) |
| **[AWSPowerShell.NetCore](https://www.powershellgallery.com/packages/AWSPowerShell.NetCore)** | 6+ (and 3.0 - 5.1 when .NET Framework 4.7.2 is installed) |
| **[AWSPowerShell](https://www.powershellgallery.com/packages/AWSPowerShell)** | 2.0 - 5.1 |*_AWS.Tools_ is the new modular variant of AWS Tools for PowerShell. In order to manage each AWS service, install from [PowerShell Gallery](https://www.powershellgallery.com/) the corresponding module (e.g. [AWS.Tools.EC2](https://www.powershellgallery.com/packages/AWS.Tools.EC2), [AWS.Tools.S3](https://www.powershellgallery.com/packages/AWS.Tools.S3)...).
More details about _AWS.Tools_ can be found [here](https://github.com/aws/aws-tools-for-powershell/issues/67).
The [AWS.Tools.Installer](https://www.powershellgallery.com/packages/AWS.Tools.Installer) module can be used to simplify installing, updating and removing the _AWS.Tools_ modules.
## Change Log
The change log for AWS Tools for PowerShell can be found in the [CHANGELOG.md](https://github.com/aws/aws-tools-for-powershell/blob/master/CHANGELOG.md) file.
The AWS Tools for PowerShell depends on the [AWS SDK for .NET](https://github.com/aws/aws-sdk-net), you can find the AWS SDK's changelog [here](https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md).
## Maintenance and support for major versions
For information about maintenance and support for major versions and their underlying dependencies, see the following in the AWS SDKs and Tools Shared Configuration and Credentials Reference Guide:
* [AWS SDKs and Tools Maintenance Policy](https://docs.aws.amazon.com/credref/latest/refdocs/maint-policy.html)
* [AWS SDKs and Tools Version Support Matrix](https://docs.aws.amazon.com/credref/latest/refdocs/version-support-matrix.html)## Additional Resources
[AWS Tools for PowerShell User Guide](https://docs.aws.amazon.com/powershell/latest/userguide/pstools-welcome.html)
Check out this user guide to get started quickly.
[AWS Tools for PowerShell Cmdlet Reference](https://docs.aws.amazon.com/powershell/latest/reference/index.html)
Take a look at this reference for more in-depth documentation for each PowerShell cmdlet.
[AWS Developer Blog](https://aws.amazon.com/blogs/developer/category/programing-language/dot-net/)
Come see what .NET and PowerShell developers at AWS are up to! Learn about new software announcements, guides, and how-to's.
[@dotnetonaws](https://twitter.com/dotnetonaws)
Follow us on Twitter!
## License
The content of this repository is licensed under the Apache 2.0 License.