Bias Analysis
Detected Bias Types
windows_first
powershell_heavy
missing_linux_example
Summary
The documentation page demonstrates a Windows bias by linking to AWS credential documentation specifically for PowerShell, referencing Windows-centric credential management patterns, and omitting any Linux or cross-platform examples or guidance. There is no mention of Linux tools, shell environments, or how to perform equivalent tasks outside of Windows/PowerShell.
Recommendations
- Include links to AWS CLI documentation for credential management, which is cross-platform and widely used on Linux.
- Provide examples or references for storing and retrieving AWS credentials using Linux tools or scripts (e.g., Bash, Python).
- Mention that Azure Automation runbooks can be authored in Python as well as PowerShell, and provide parity in examples.
- Avoid referencing only PowerShell-specific AWS documentation; instead, offer both PowerShell and CLI/SDK options.
- Clarify that the instructions apply regardless of the underlying OS, or explicitly call out differences where relevant.
Create Pull Request