- Newest
- Most votes
- Most comments
Your proposed architecture for the social media app looks solid, leveraging various AWS services to handle different aspects of your application. regarding cost-effectiveness, using AWS services offers a pay-as-you-go model, allowing you to scale resources based on demand and optimize costs. However, make sure to monitor your usage and optimize resource utilization to avoid unexpected expenses.
Overall, your proposed architecture seems well-suited for building a social media app, leveraging the scalability, reliability, and security features of AWS services. Make sure to consider factors like data privacy, compliance requirements, and performance optimization as you design and implement your application.
Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 9 months ago
If I may ask, is it a good choice to use on top of that Amazon Cognito or should I use my own Authentification Setup using nodejs
I think it is better to Implement user authentication and authorization using Amazon Cognito. It provides features like user sign-up, sign-in, and access control, along with support for social identity providers and incase of any issues you can always count on AWS for support.Use AWS Identity and Access Management (IAM) to manage permissions for accessing AWS resources securely