1 Answer
- Newest
- Most votes
- Most comments
1
There are a couple of things I would consider if this is a greenfield (brand new) development:
- For the mobile application, go serverless and use API Gateway as your front-end and Lambda/Step Functions to take care of the API's. You can scale this solutions to millions of requests with little to no effort, plus it removes your need to manage all of those EC2 nodes.
- For the charging station, again consider using AWS IoT services to facilitate the communication. You can easily control the stations, as well as gather metrics and report against those all within the IoT framework.
Here is a case study that is similar to what you are proposing that uses the services I mentioned above: https://aws.amazon.com/solutions/case-studies/easee-case-study/
answered 2 years ago
Relevant content
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago