Skip to content

Stop forwarding session credentials over SSH to EIF builder#35

Merged
nickpell merged 1 commit intomainfrom
nick/remove-cred-forwarding
Mar 23, 2026
Merged

Stop forwarding session credentials over SSH to EIF builder#35
nickpell merged 1 commit intomainfrom
nick/remove-cred-forwarding

Conversation

@nickpell
Copy link
Copy Markdown
Member

Summary

  • Remove AWS_ACCESS_KEY_ID / AWS_SECRET_ACCESS_KEY / AWS_SESSION_TOKEN env var forwarding from the SSH command in the EIF build step
  • The EC2 instance already has the eif-builder-instance IAM instance profile attached with ECR pull permissions, so credentials are available via IMDS without explicit forwarding
  • Update build-eif-ci.sh documentation to reflect the instance profile as the expected credential source

Made with Cursor

The EC2 instance already has the eif-builder-instance profile
attached with ECR pull permissions. IMDS provides credentials
to all processes on the host, so explicit forwarding is unnecessary.

Made-with: Cursor
@nickpell nickpell merged commit b622179 into main Mar 23, 2026
2 checks passed
@nickpell nickpell deleted the nick/remove-cred-forwarding branch March 23, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant