Prompt Buddy logoPrompt Buddy

github · GitHub Actions Docs

Actions Configuring OpenID Connect in Amazon Web Services - GitHub Docs

Configures a secure connection between GitHub Actions and Amazon Web Services using OpenID Connect to eliminate the need for long-lived AWS credentials.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Actions Configuring OpenID Connect in Amazon Web Services - GitHub Docs

Configures a secure connection between GitHub Actions and Amazon Web Services using OpenID Connect to eliminate the need for long-lived AWS credentials.

When To Use

Use when you need to set up passwordless authentication for GitHub Actions workflows to access AWS resources securely.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/actions-how-tos-secure-your-work-configuring-openid-connect-in-amazon-we-workflow-guide.mdA guide detailing the steps to configure OpenID Connect between GitHub Actions and Amazon Web Services to secure deployments.Questions about a guide detailing the steps to configure OpenID Connect between GitHub Actions and Amazon Web Services to secure depl...
examples/actions-how-tos-secure-your-work-configuring-openid-connect-in-amazon-we.textA JSON trust policy configuration for an AWS IAM role that allows GitHub Actions to authenticate via OpenID Connect.Exact payloads, commands, or snippets shown in A JSON trust policy configuration for an AWS IAM role that allows GitHub Actions to authenticate via OpenID Connect.
examples/actions-how-tos-secure-your-work-configuring-openid-connect-in-amazon-we-2.textA JSON trust policy configuration for an AWS IAM role to allow GitHub Actions to authenticate via OpenID Connect.Exact payloads, commands, or snippets shown in A JSON trust policy configuration for an AWS IAM role to allow GitHub Actions to authenticate via OpenID Connect.
examples/actions-how-tos-secure-your-work-configuring-openid-connect-in-amazon-we-3.textAn AWS IAM trust policy JSON configuration that allows GitHub Actions to assume a role using OpenID Connect.Exact payloads, commands, or snippets shown in An AWS IAM trust policy JSON configuration that allows GitHub Actions to assume a role using OpenID Connect.
examples/actions-how-tos-secure-your-work-configuring-openid-connect-in-amazon-we-4.textA GitHub Actions workflow YAML configuration that uses OpenID Connect to authenticate with AWS and deploy a static website to an Amazon S3 bucket.Exact payloads, commands, or snippets shown in A GitHub Actions workflow YAML configuration that uses OpenID Connect to authenticate with AWS and deploy a static we...

What This Skill Covers

    • GitHub Actions / - How-tos / - Secure your work / - Security harden deployments / - OIDC in AWS
  • Main sections: In this article, Overview, Prerequisites, Adding the identity provider to AWS, Configuring the role and trust policy.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://docs.github.com/en/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-aws