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.
A module containing a collection of PowerShell scripts I've created to ease various tasks.
See the Command Docs
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, so if upgrading from an earler version you should remove AWSPowerShell
and install AWS.Tools
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.