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 Risposta
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
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande