Skip to content

docs: Add tutorial for using private AWS ECR images#639

Open
promptless[bot] wants to merge 1 commit into
mainfrom
promptless/ecr-delegation-tutorial
Open

docs: Add tutorial for using private AWS ECR images#639
promptless[bot] wants to merge 1 commit into
mainfrom
promptless/ecr-delegation-tutorial

Conversation

@promptless
Copy link
Copy Markdown
Contributor

@promptless promptless Bot commented Jun 1, 2026

Open this suggestion in Promptless to view citations and reasoning process

Documents how to deploy Pods using container images from private AWS ECR repositories via cross-account IAM delegation. Covers configuring ECR repository policies, adding ECR credentials in Runpod, and deploying Pods with private images.

Trigger Events


Tip: Worried about broken links? Ask Promptless to find and fix them automatically 🔗

Documents cross-account IAM delegation that allows Runpod to pull images
from private AWS ECR repositories without managing credentials directly.
],
"Condition": {
"StringEquals": {
"aws:PrincipalArn": "arn:aws:iam::418399314813:role/prod-us-east-1-deployment-role"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IAM policy details including the aws:PrincipalArn condition for Runpod's deployment role (418399314813) and the required ECR permissions (ecr:GetAuthorizationToken, ecr:BatchCheckLayerAvailability, ecr:GetDownloadUrlForLayer, ecr:BatchGetImage) were provided in engineering comments by page.kelly@runpod.io on this Linear issue.

Source: https://linear.app/runpod/issue/CE-1305/tutorial-or-documentation-for-ecr-delegation

@mintlify
Copy link
Copy Markdown

mintlify Bot commented Jun 1, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Jun 1, 2026, 4:48 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

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.

0 participants