A GitHub action to setup an AWS profile on the file system.
Required The AWS key
Required The AWS secret
Required The AWS region
Required The name of the profile you want to create
Not required The AWS session token
uses: Fooji/create-aws-profile-action@v1
with:
profile: staging
region: us-west-1
key: xxx
secret: xxx
sessionToken: xxx
Create AWS profile is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.