Amazon Web Services (AWS) - Create OpenID Connect Provider using the AWS CLI

by
Jeremy Canfield |
Updated: December 22 2023
| Amazon Web Services (AWS) articles
This assumes you have already configured the aws command line tool. If not, check out my article on Getting Started with the AWS CLI.
The aws iam create-open-id-connect-provider command can be used to create an OpenID Connect Provider. In this example, an OpenID Connect Provider is created for using with GitHub Actions. This assumes you are familiar with GitHub Actions. If not, check out my article Getting Started with GitHub Actions.
aws iam create-open-id-connect-provider \
‐‐url https://token.actions.githubusercontent.com \
‐‐client-id-list sts.amazonaws.com
Did you find this article helpful?
If so, consider buying me a coffee over at