-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
feature-requestNew feature or requestNew feature or request
Description
Before opening, please confirm:
- I have checked to see if my question is addressed in the FAQ.
- I have searched for duplicate or closed issues.
- I have removed any sensitive information from my code snippets and submission.
Amplify Hosting feature
Not Applicable
Is your feature request related to a problem? Please describe:
Currently forced to host Amplify frontend in ap-southeast-2 (Sydney) while backend services (API Gateway, Lambda, Cognito, RDS) run in ap-southeast-4 (Melbourne).
This creates:
- 15-25ms additional latency per API request
- Poor user experience for Melbourne-based customers
- Increased data transfer costs for cross-region communication
- Suboptimal architecture requiring workarounds
Use Case:
- Australian enterprise application serving users primarily in Victoria/Melbourne region. Need co-location of frontend and backend services for optimal performance.
Workaround or temp solution
Use CloudFront + S3 instead of Amplify
- Host static files in S3 (ap-southeast-4)
- CloudFront edge locations serve content globally
- Backend stays in ap-southeast-4
Describe how you'd like this feature to work
Deployment:
- Select ap-southeast-4 (Melbourne) from region dropdown in Amplify Console
- Connect GitHub/GitLab repository as usual
- Automatic builds and deployments work identically to other regions
Infrastructure:
- Amplify hosting infrastructure provisioned in Melbourne data centers
- CDN edge locations remain global (existing CloudFront behavior)
- Build servers located in ap-southeast-4 for faster build times
Integration:
Seamless connection to other AWS services in ap-southeast-4:
- API Gateway endpoints
- Cognito user pools
- Lambda functions
- RDS databases
- Environment variables and backend configurations work without cross-region calls
Performance:
- Sub-5ms latency to backend services (same region)
- Faster build times due to local build infrastructure
- Reduced data transfer costs
Management:
Same Amplify Console experience
Identical CLI commands and workflows
Branch-based deployments and previews
Custom domains and SSL certificates
- Exactly like current Amplify functionality but with Melbourne as deployment region option, eliminating cross-region latency for Australian applications.
Metadata
Metadata
Assignees
Labels
feature-requestNew feature or requestNew feature or request