Architectural Diagram for EV charging Station

0

Can someone please help me in my Architectural diagram of EV charging station? What all three-tier services can I use to make it more scalable, reliable, safe during a disaster. This is what I have created....Enter image description here

1回答
1

There are a couple of things I would consider if this is a greenfield (brand new) development:

  1. 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.
  2. 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/

AWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ