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
Go to IAM (https://console.aws.amazon.com/iamv2/home)
Click on roles and create new role with the following settings:
Under trust entity type, select AWS account
Then select another AWS account and use account ID:
551488560598
Finally create an external ID. This can be a string of anything you choose.

Then attach whatever services you wish to use in Flank. Currently we recommend:
AWSLambda_FullAccess
AmazonS3FullAccess
Create the role and navigate to Flank. On the homepage, navigate to add resource and click "AWS"
Use the external ID and role arn from the role you just created.
Finally click sync and start using your resources.
Last updated