Hello All,
I have one application where in runs every 4 hrs and same data is update in front end application( Ngnix used as web server) . Data is updating in from end application from DB tables only.
I am on process of moving dashboards to AWS from On-premises , in that many applications involved in that and that dashboard run every 4 hrs to get latest statistics and displayed in Dashboard.
I have one query , how we can move angular JS code and spring boot to AWS and update data in front end UI on each run .
Is that can achieve by S3 bucket ? since S3 can use to host static data . But in this scenario Angular JS files are static but data is populating from DB .
Note : Other application deployments , using docker container and use bridge network ( In same host ) to communicate each other .
Hello All, I have one application where in runs every 4 hrs and same data is update in front end application( Ngnix used as web server) . Data is updating in from end application from DB tables only. I am on process of moving dashboards to AWS from On-premises , in that many applications involved in that and that dashboard run every 4 hrs to get latest statistics and displayed in Dashboard.
I have one query , how we can move angular JS code and spring boot to AWS and update data in front end UI on each run .
Is that can achieve by S3 bucket ? since S3 can use to host static data . But in this scenario Angular JS files are static but data is populating from DB .
Note : Other application deployments , using docker container and use bridge network ( In same host ) to communicate each other .
Please share your thoughts also .
Thanks, Vinodh