Ross ROSS = Recommend OSS · open-source software intelligence for agents

aws-actions/configure-aws-credentials

Configure AWS credential environment variables for use in other GitHub Actions. observed · 2026-08-28

github.com/aws-actions/configure-aws-credentials · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 99
  • Release rhythm 94
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 24
  • age_days: 2490
  • days_rel: 42
  • days_push: 8
  • n_releases_24m: 18

Full methodology

Adoption not part of the score

2996 stars · 584 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A GitHub Action that configures AWS credential environment variables for use in subsequent workflow steps. It supports OIDC federation for keyless temporary credentials as well as other authentication methods.

Use cases

  • authenticate to aws in github actions workflows
  • assume an iam role from ci without long-lived keys
  • set up oidc federation between github and aws
  • configure aws credentials environment variables in ci
  • deploy to aws from github actions
  • use temporary credentials in github workflows

When to choose

  • your CI runs on GitHub Actions and needs AWS access
  • you want keyless OIDC authentication instead of stored access keys
  • you need to assume IAM roles with temporary credentials in workflows

When to avoid

  • your CI is not GitHub Actions and you need a general-purpose credential helper
  • you need a standalone CLI for local AWS authentication (use AWS CLI or aws-vault instead)

Facets

plugin · maturity active

auth security developer-tools cloud-computing security developer-tools cloud github-actions aws oidc ci-cd credentials devops nodejs

1 source

Member repositories

RepositoryRoleHealth v2
aws-actions/configure-aws-credentialsmain97

For agents

markdown · JSON · MCP: product_card(name="aws-actions/configure-aws-credentials")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem