[Fixed] Static Website definition and deployment in Angular and AWS

Issue

I am in the process of creating a Dashboard app for monitoring of backend services in Angular technology. The app would interact continuously with backend(make API calls) to get the current status of services.

My question is, does this kind of scenario qualify for the app to be hosted in AWS S3 as a static application since the HTML is all static but only content changes continuously?

Thank you.

Solution

S3 can handle this scenario. I was able to develop and deploy this Single Page Application with the requirements on Amazon S3.

Leave a Reply

(*) Required, Your email will not be published