Join us for localhost, our first conference, in San Francisco on June 18
Get your ticketJune 05, 2026
Early Access
Authenticate Render services with AWS using OIDC
Now in beta, Pro workspaces and higher can configure OpenID Connect (OIDC) to authenticate their Render services with AWS. This enables your services to securely access AWS resources at runtime using automatically rotated credentials.
The setup flow looks like this:
- Add Render as an OIDC identity provider in AWS IAM.
- Create or update IAM roles that trust the Render OIDC provider.
- Add an
AWS_ROLE_ARNenvironment variable to each Render service with the IAM role ARN it should assume. - Redeploy each service. Render starts issuing and rotating OIDC credentials automatically.
Get started in the documentation.