Blog

List of Best AWS monitoring tools for your AWS Infrastructure

List of Best AWS monitoring tools for your AWS Infrastructure Introduction AWS is a powerful platform that offers a vast array of cloud-based services to businesses of all sizes, but administrating these services and keeping them functional can be a challenging task, particularly for newbies. Amazon monitoring tools and services can help you manage your […]

AWS S3 Website Hosting : The Ultimate Guide for Hosting Static Website

AWS S3 Website Hosting : The Ultimate Guide for Hosting Static Website Introduction Are you looking for an efficient way to host your static website? Look no further than AWS S3 hosting! Amazon S3 (Simple Storage Service) is an object storage service that allows you to store and retrieve data from anywhere on the web. […]

AWS API Gateway: Secure and Scalable Solution for API Management

AWS API Gateway: Secure and Scalable Solution for API Management Introduction If you’re building an API for your application, you’ll want to make sure it’s easy to manage and integrate with other AWS services. That’s where AWS API Gateway Integration comes in – it’s a powerful service that enables you to create and manage APIs […]

A Beginner’s Guide to CRUD Operations in DynamoDB

A Beginner’s Guide to CRUD Operations in DynamoDB Objective The objective of this article is to help you understand CRUD Operations in DynamoDB. In this article, you will learn about to create a DynamoDB table using the CloudFormation template and perform the create, read, update, and delete data using the AWS CLI tool. Prerequisites Step-1: […]

How to deploy .NET 6 application in Elastic beanstalk from visual studio

How to deploy .NET 6 application in Elastic beanstalk from visual studio Objective The objective of this article to demonstrate how to deploy a .NET6 application in AWS Elastic beanstalk from visual studio. Prerequisites Step-1: Build .NET6 Web Application with visual studio If you don’t have an .NET6 based web app you can create by […]

How to Build and deploy AWS Lambda function with .NET 6

Build and deploy AWS Lambda function with .NET 6 Objective The objective of this article to demonstrate how to build and deploy a .NET6 application in AWS lambda. Prerequisites Step-1: Build .NET6 based AWS lambda from Visual Studio Create a new .NET 6 Lambda Function Project Write Lambda function Create a supporting model class “Customer.cs” […]

How to create and deploy S3 bucket using CloudFormation template

How to create and deploy S3 bucket using CloudFormation template? Objective Create a CloudFormation stack that creates an S3 bucket with some commonly used options. Prerequisites for this lab Cloud formation template example to create AWS S3 bucket Create a new file called “create-s3-cf.template” and paste the following code to create a simple S3 bucket. […]

How to Setup AWS Auto Scaling

How to setup AWS Auto Scaling? Objective The objective of setting this AWS auto-scaling lab is to ensure that your application can handle network traffic by automatically adjusting the number of EC2 instances that are running. AWS AutoScaling allows scale resources up or down through a pre-defined threshold, which helps you only pay for the […]

How to setup AWS application load balancer

How to setup AWS application load balancer? Objective The objective of this AWS Application Load Balancer lab is to learn how to create and configure an AWS Application Load Balancer to distribute incoming traffic across multiple EC2 instances in different availability zones. Prerequisites for this lab Steps by step guide for creating AWS application load […]

Scroll to top