Posts

Showing posts from September, 2022
Image
Launch a static website using AWS S3 buckets This article explores the  AWS S3 bucket  to configure a static website. Introduction Amazon Web Services (AWS) has an object-level storage solution known as  Simple Storage Service . We can store any kind of file in this cloud service. It gives you unlimited storage and a maximum of 5TB single file upload. In the articles listed below, we explored S3 bucket integration with AWS RDS SQL Server using the web console, and AWS CLI commands. Integrating AWS S3 buckets with AWS RDS SQL Server Learn AWS CLI – Interact with AWS S3 Buckets using AWS CLI We can use s3 buckets for hosting a static website. In many cases, we do not require a dynamic website where data changes very frequently. For example, suppose you publish technical articles on SQL Server. It is a static website as users open the website and read the content. We can leverage the s3 bucket for hosting a static website using AWS serverless architecture. Let’s start configuring the stat