https://github.com/fireflycons/aws-toolbox
Collection of PowerShell scripts I've created to ease various tasks
https://github.com/fireflycons/aws-toolbox
Last synced: 24 days ago
JSON representation
Collection of PowerShell scripts I've created to ease various tasks
- Host: GitHub
- URL: https://github.com/fireflycons/aws-toolbox
- Owner: fireflycons
- License: mit
- Created: 2018-11-13T15:20:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-12T06:59:00.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:05:59.798Z (8 months ago)
- Language: PowerShell
- Size: 265 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - fireflycons/aws-toolbox - Collection of PowerShell scripts I've created to ease various tasks (PowerShell)
README
# aws-toolbox
[](https://ci.appveyor.com/project/fireflycons/aws-toolbox)
# Disclaimer
Ensure that you test operations from this module that make changes to your infrastructure are
well tested on a pre-production copy before you apply to any production resource!
I won't be held responsible if you blow up your production stacks.# What this is
A module containing a collection of PowerShell scripts I've created to ease various tasks.See the [Command Docs](https://github.com/fireflycons/aws-toolbox/tree/master/docs/en-US/aws-toolbox.md)
# How to Install
The module is published on the PowerShell Gallery and can be installed by following the instructions there.
Up until now, there were two versions of this module published, one for Windows PowerShell and another for PowerShell Core for Linux/Mac. From now on, there is only the one module which works on all platforms.
The module is now built on the modular [AWS.Tools](https://github.com/aws/aws-tools-for-powershell/issues/67), so if upgrading from an earler version you should remove `AWSPowerShell` and install `AWS.Tools`
## PowerShell (all platforms)
https://www.powershellgallery.com/packages/aws-toolbox
Some tools in this collection can provide visual difference comparisons on various things, currenrly CloudFormation templates
and stack resource drift. You should configure a diff viewer using `Set-ATConfigurationItem` first.Currently supported diff viewers are git, WinMerge and Visual Studio Code. If you have a diff viewer you would like to see supported
then raise an issue in GitHub.