GLEIF-IT / reg-pilot-webapp

regulator pilot webapp using secure extension
Apache License 2.0
1 stars 2 forks source link

To setup S3 Bucket for hosting the reg-pilot-webapp application #42

Closed ronakseth96 closed 6 months ago

ronakseth96 commented 6 months ago

Setting up an S3 bucket to host the reg-pilot-webapp react application. Going to configure the S3 bucket as the storage and delivery platform for the web application. The steps involved will include uploading the application build files to the S3 bucket and configuring the bucket for static website hosting.

ronakseth96 commented 6 months ago

Application accessible at http://reg-pilot-webapp.s3-website-us-east-1.amazonaws.com/.

ronakseth96 commented 6 months ago

I am currently working on setting up Cloudfront for the future, which will provide improved performance, better caching, and enhanced security features.

ronakseth96 commented 6 months ago

The S3 bucket will now exclusively serve as file storage, with CloudFront as the primary website host. To increase security, public access to S3 is blocked, and policies are enabled to allow access only through CloudFront, thereby making it the website's front end.

Due to these changes, the specified URL will no longer be accessible - http://reg-pilot-webapp.s3-website-us-east-1.amazonaws.com/.

ronakseth96 commented 6 months ago

For updates regarding CloudFront changes, please refer to issue #41.