# AWS Credentials

Currently Flank enables you to access

* Lambdas
* Step Functions

### Getting your credentials

1. Go to IAM (<https://console.aws.amazon.com/iamv2/home>)
2. 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: <mark style="color:red;">**`551488560598`**</mark>
   3. Finally create an external ID. This can be a string of anything you choose.

<figure><img src="https://3436441760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8nTtT1cAfBp3U1FahoHf%2Fuploads%2F46jWRzv4ephkpW4NZmD3%2Fimage.png?alt=media&#x26;token=5821eee9-84b4-4db8-8029-0bd68e188bb5" alt=""><figcaption></figcaption></figure>

3. Then attach whatever services you wish to use in Flank. Currently we recommend:
   1. AWSLambda\_FullAccess
   2. AmazonS3FullAccess
4. Create the role and navigate to Flank. On the homepage, navigate to add resource and click "AWS"
5. Use the external ID and role arn from the role you just created.&#x20;
6. Finally click sync and start using your resources.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flank.cloud/setup-flank/connecting-services/aws-credentials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
