Difference between revisions of "Getting Started (AWS PowerShell)"

Jump to navigation Jump to search
→‎Setup Credentials: Added Linux unencrypted noye
(→‎Setup Credentials: Added more info on Access Key)
(→‎Setup Credentials: Added Linux unencrypted noye)
Line 7: Line 7:
Set-AWSCredential -AccessKey <your-access-key> -SecretKey <your-secret> -StoreAs default
Set-AWSCredential -AccessKey <your-access-key> -SecretKey <your-secret> -StoreAs default
</source>
</source>
{| class="vwiki-note"
|-
| '''Credentials file is not encrypted in Linux systems'''
|-
| When using the <source lang="PowerShell" inline>Set-AWSCredential</source> CmdLet on Linux systems the credentials file created is not encrypted (it is on Windows systems).  Therefore you need to ensure you secure the file, ideally store in an encrypted path accessible by only you.
|}




[[Category: AWS PowerShell]]
[[Category: AWS PowerShell]]

Navigation menu