- Mais recentes
- Mais votos
- Mais comentários
I notice your question is in Portuguese, so I'll respond in English as per AWS community standards.
For optimizing your BitLife BR Android game distribution in South America, I can offer several recommendations:
Regarding your latency concerns, using Amazon CloudFront is already a good approach for content delivery. CloudFront caches your S3 content in geographically distributed points of presence, which helps reduce latency and increase download throughput for objects accessed from multiple regions or over the internet.
For your specific situation in Brazil and South America, you might consider these optimization strategies:
- Caching Options:
- Continue using CloudFront as your CDN for distributing game assets
- Consider Amazon ElastiCache for frequently accessed objects that need even lower latency
- For video content in your game, AWS Elemental MediaStore might be beneficial as it's specifically designed for video workflows
- Regional Deployment:
- AWS Transfer Family web apps are now available in São Paulo region, which could provide a more user-friendly interface for managing your game data in S3
- This could help provide your team with a secure portal for browsing, uploading, and downloading game assets in S3
- Player Data Management:
- Moving from JSON files in S3 to DynamoDB would indeed be beneficial for player save data, offering better consistency, versioning control, and scalability
- This would address your concerns about version errors and future scalability
- Application Streaming:
- If applicable to your use case, Amazon AppStream 2.0 could allow users to access your application from anywhere without downloading or installing software locally
- This service manages AWS resources, scales automatically, and provides on-demand access
These optimizations should help address the latency, data consistency, and scalability concerns you've mentioned for your BitLife BR Android game in South America.
Sources
AWS Transfer Family web apps are now available in 20 additional Regions - AWS
Using Caching for Frequently Accessed Content - Best Practices Design Patterns: Optimizing Amazon S3 Performance
Amazon AppStream 2.0 is now available in AWS Europe (Paris) Region - AWS
Amazon AppStream 2.0 | Help Students With Remote Learning
Conteúdo relevante
- AWS OFICIALAtualizada há 4 anos
