You can now configure Workers to run close to infrastructure in legacy cloud regions to minimize latency to existing services and databases. This is most useful when your Worker makes multiple round trips.
To set a placement hint, set the placement.region property in your Wrangler configuration file:
wrangler.jsonc
{"placement": {"region": "aws:us-east-1",},}wrangler.toml
[placement]region = "aws:us-east-1"
Placement hints support Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure region identifiers. Workers run in the Cloudflare data center with the lowest latency to the specified cloud region.
If your existing infrastructure is not in these cloud providers, expose it to placement probes with placement.host for layer 4 checks or placement.hostname for layer 7 checks. These probes are designed to locate single-homed infrastructure and are not suitable for anycasted or multicasted resources.
wrangler.jsonc
{"placement": {"host": "my_database_host.com:5432",},}wrangler.toml
[placement]host = "my_database_host.com:5432"
wrangler.jsonc
{"placement": {"hostname": "my_api_server.com",},}wrangler.toml
[placement]hostname = "my_api_server.com"
This is an extension of Smart Placement, which automatically places your Workers closer to back-end APIs based on measured latency. When you do not know the location of your back-end APIs or have multiple back-end APIs, set mode: "smart":
wrangler.jsonc
{"placement": {"mode": "smart",},}wrangler.toml
[placement]mode = "smart"
Source: Cloudflare
Latest Posts
- Amazon ECR Pull Through Cache Now Supports Referrer Discovery and Sync

- Amazon SageMaker HyperPod now supports flexible instance groups

- (Updated) Microsoft 365 Copilot: Updates to memory and personalization [MC1158329]
![(Updated) Microsoft 365 Copilot: Updates to memory and personalization [MC1158329] 4 pexels alljos 866351](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- (Updated) Anthropic Claude Sonnet is now available in Microsoft 365 Copilot [MC1247880]
![(Updated) Anthropic Claude Sonnet is now available in Microsoft 365 Copilot [MC1247880] 5 pexels cottonbro 7429474](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)



![(Updated) Microsoft 365 Copilot: Updates to memory and personalization [MC1158329] 4 pexels alljos 866351](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-alljos-866351-150x150.webp)
![(Updated) Anthropic Claude Sonnet is now available in Microsoft 365 Copilot [MC1247880] 5 pexels cottonbro 7429474](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-cottonbro-7429474-150x150.webp)
