Well, no, they didnt. But apparently upgrading to powershell 4.0 does nuke all of the user modules, which sucks.
So. Step 1. Re-Install amazon modules (I just installed everything)
http://aws.amazon.com/powershell/
Step 2.
Open new Powershell window and run:
Get-Module -ListAvailableStep 3.
ImportSystemModules
Step 4. - Setup your private keys again. Oddly enough that part actually still works. So, hitting the ec2 commands works right after reinstalling cmdlets.
Set-AWSCredentials
(Get-EC2ImageByName WINDOWS_2008_BASE).imageid
Step 5. If your creds were not carried over, or you never configured them, take a look at my earlier post
http://releaseengineer.blogspot.com/2013/09/managing-aws-with-powershell.html
Ta-Da
You done
No comments:
Post a Comment
Comments are welcomed and appreciated.