AWS Credentials

Connect to your Amazon Web Services account to access your resources

Currently Flank enables you to access

  • Lambdas

  • Step Functions

Getting your credentials

  1. Click on roles and create new role with the following settings:

    1. Under trust entity type, select AWS account

    2. Then select another AWS account and use account ID: 551488560598

    3. Finally create an external ID. This can be a string of anything you choose.

  1. Then attach whatever services you wish to use in Flank. Currently we recommend:

    1. AWSLambda_FullAccess

    2. AmazonS3FullAccess

  2. Create the role and navigate to Flank. On the homepage, navigate to add resource and click "AWS"

  3. Use the external ID and role arn from the role you just created.

  4. Finally click sync and start using your resources.

Last updated