Scripting >> Powershell >> AWS >> Examples of AWS powershell cmdlets

Assumptions

  • You have already done the setup of AWS Tools for Windows Powershell
  • You have set the powershell execution policy to restricted
  • You have already configured the AWS user profiles and entered the access key & secret key into the profile configuration

 

S/N Description Command
1 Lists the names of all CredentialProfiles saved in local storage Get-AWSCredential -Listprofile
2 List the name, type, and location of all CredentialProfiles saved in local storage Get-AWSCredential -Listprofiledetail