Skip to content

Commit

Permalink
Adding SFTP connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
julialawrence authored Nov 14, 2024
1 parent 0338cd1 commit ffbbf15
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion source/documentation/tools/ingestion/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,17 @@ For a given S3 bucket `<supplier-bucket-name>` include the following statement
}
```

The `ingestion-account-ID` should be `471112983409` when connections are being made by the `transfer` lambda function in `analytical-platform-ingestion-production` and `730335344807` when connections are being made from `analytical-platform-ingestion-development`.
The `ingestion-account-ID` should be `471112983409` when connections are being made by the `transfer` lambda function in `analytical-platform-ingestion-production` and `730335344807` when connections are being made from `analytical-platform-ingestion-development`.

Once you receive confirmation from us that you have been onboarded and we have provided you with a username, you will be able to connect to our transfer service using the following commands:

Production:

```bash
sftp -P 2222 ${USERNAME}@sftp.ingestion.analytical-platform.service.justice.gov.uk
```
Development:

```bash
sftp -P 2222 ${USERNAME}@sftp.development.ingestion.analytical-platform.service.justice.gov.uk
```

0 comments on commit ffbbf15

Please sign in to comment.