Bug Description
The AWS documentation page for eksctl minimum IAM policies displays UUID errors instead of the actual IAM policy content.
Affected Documentation
Current Behavior
The documentation shows:
- EksAllAccess:
# Error: No files found with UUID: 27ad3ff9-60be-4128-8b83-f8833a6e39aa
- IamLimitedAccess:
# Error: No files found with UUID: 5500eeb9-bf3d-498d-999b-7f8036e705a5
Expected Behavior
The documentation should display the actual IAM policy JSON content for both policies.
Impact
Users cannot access the minimum required IAM policies needed to run eksctl, which blocks proper setup and configuration.
Additional Context
This appears to be a documentation build/rendering issue where the policy content files are not being found during the documentation generation process.