Stacktape

Sign up



awsProfileCreate()

Overview and basic usage


Creates new AWS profile on your system.


  • You will be prompted to enter profile name, AWS access key id and AWS secret access key.
  • Uses home directory (default AWS location) to store them.
  • These credentials are usable by any other tooling that works with AWS.

Copy

import { Stacktape } from "stacktape";
const stacktape = new Stacktape();
stacktape.awsProfileCreate();

API reference

Arguments

No available options.

Need help? Ask a question on Discord or info@stacktape.com.