Day 22 | AWS: How to put object in Bucket and using as Static Website.In Todays blog, I have covered how to create a static website using S3 bucket. Follow below mentioned steps. Login to your aws account and go to S3. click on the bucket which you have already created. You will get an option to upload the object...Feb 13, 2024·1 min read
Day 17: AWS | ECS (Elastic Container Service)What is ECS? Amazon ECS (Elastic Container Service) is a fully managed container orchestration service provided by Amazon Web Services (AWS). It enables you to run, stop, and manage Docker containers on a cluster. Amazon ECS is suitable for a wide...Jan 22, 2024·2 min read
Day 16: AWS | SNS (Simple Notification Service)What is SNS? Amazon Simple Notification Service (SNS) is a fully managed messaging service provided by Amazon Web Services (AWS). It enables you to build distributed and decoupled applications by allowing communication between different components ...Jan 18, 2024·2 min read
Day 15: AWS | Load BalancerWhat is Load Balancer? An AWS Load Balancer is a service that automatically distributes incoming application traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses, within one or more availability zones. The pri...Jan 14, 2024·2 min read
Day 14: AWS | AutoscalingWhat is Amazon EC2 Autoscaling? Amazon EC2 Auto Scaling helps you ensure that you have the correct number of Amazon EC2 instances available to handle the load for your application. You create collections of EC2 instances, called Auto Scaling groups...Jan 12, 2024·2 min read
Day 13: AWS | CDN(Content Delivery Network)What is CDN? A content delivery network (CDN) is a network of interconnected servers that speeds up webpage loading for data-heavy applications. CDN stand for content delivery network or content distribution network. When a user visits a website, d...Jan 11, 2024·2 min read
Day 12: AWS | RDS (Relational Database Service)What is Amazon Relational Database Service (Amazon RDS)? Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the AWS Cloud. It provides cost-efficient, resizabl...Jan 8, 2024·2 min read