Chapter 493: Region selection
Core Idea
Before going live with Remotion Lambda, you need to think about into which AWS region you are deploying your function and bucket.
Key Concepts
- Available regions
- Default region
- Selecting a region
- Which region should I choose?
- Enabling regions in the AWS console
- Other considerations
Code Examples
The security token included in the request is invalid
- What it demonstrates: Usage pattern for Region selection from the official docs.
Reference Tables
| Region | Price per GB-second |
|---|
| ap-east-1 | 0.0000183000 |
| af-south-1 | 0.0000176800 |
| eu-south-1 | 0.0000156138 |
| ap-south-1 | 0.0000133334 |
| ap-northeast-3 | 0.0000133334 |
| ap-northeast-2 | 0.0000133334 |
| ap-southeast-1 | 0.0000133334 |
| ap-southeast-2 | 0.0000133334 |
| ap-northeast-1 | 0.0000133334 |
| ca-central-1 | 0.0000133334 |
| eu-central-1 | 0.0000133334 |
| eu-west-1 | 0.0000133334 |
| eu-west-2 | 0.0000133334 |
| eu-west-3 | 0.0000133334 |
| eu-north-1 | 0.0000133334 |
| sa-east-1 | 0.0000133334 |
| us-east-1 | 0.0000133334 |
| us-east-2 | 0.0000133334 |
| us-west-1 | 0.0000133334 |
| us-west-2 | 0.0000133334 |
Key Takeaways
- Understand available regions when working with Region selection.
- Understand default region when working with Region selection.
- Understand selecting a region when working with Region selection.
- Understand which region should i choose? when working with Region selection.
- Understand enabling regions in the aws console when working with Region selection.
Connects To
- api: related page in the Lambda (@remotion/lambda) section.
- Approuterwebhook: related page in the Lambda (@remotion/lambda) section.
- Authentication: related page in the Lambda (@remotion/lambda) section.