.NET on AWS – Persisting Application Data to S3 (Part-2)

Introduction In previous post, we discussed AWS S3 service and its various use cases. We then setup an AWS S3 bucket with configurations and access for our web application data storage requirements. We created a .NET6 WebAPI project and some basic wiring/configuration to allow our application to access S3. However, we still have to write … Read more

AWS CloudFront – Basics

Introduction One of the biggest challenges for websites and web applications is latency. Latency can be managed by reducing the distance between users and the application. AWS CloudFront is a Global Content Delivery Network (CDN) designed to reduce latency and reduce application load. CloudFront works by edging contents to locations around the world that are … Read more