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

Updated:   |  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 Buy Me A Coffee



Comments


Add a Comment


Please enter a2f3ea in the box below so that we can be sure you are a human.