Skip to content

Create AWS profile

Actions
Sets up an AWS profile in the file system
v4.0.0
Latest
Star (10)

Tags

 (1)

Create AWS profile action

A GitHub action to setup an AWS profile on the file system.

Inputs

key

Required The AWS key

secret

Required The AWS secret

region

Required The AWS region

profile

Required The name of the profile you want to create

sessionToken

Not required The AWS session token

Example usage

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.

About

Sets up an AWS profile in the file system
v4.0.0
Latest

Tags

 (1)

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.