What is an Availability Zone in AWS?February 19, 2022Interview Q&AAn Availability Zone (AZ) is a datacenter owned and operated by AWS in which the AWS services run, within an AWS Region.
What is a Region in AWS Infrastructure?February 19, 2022Interview Q&AAWS Regions are geographically distinct locations, where the services are offered - Not all services are available in all regions.
What is the use of AWS Session Manager?February 19, 2022Interview Q&AAWS Session Manager enables access to EC2 instances without the need of a Key-Value pair, which comes with some advantages.
What is a Lambda Function in AWS?February 19, 2022Interview Q&AAWS Lambda is a cost-effective compute service offered by Amazon AWS, and is a part of AWS Serverless compute suite.
How to deploy ASP.NET Core API via AWS CloudFormationSeptember 5, 2020Articles, AWSLet's see how we can create and deploy our ASP.NET Core microservices in AWS using a Serverless Model via CloudFormation.
How to deploy ASP.NET Core API into AWS LambdaSeptember 4, 2020Articles, AWSIn this how-to guide, learn about how we can deploy our ASP.NET Core Web API as an AWS Lambda function and the things we need to look into for it.
How to DynamoDB CRUD using ASP.NET CoreSeptember 3, 2020Articles, AWSIn this hands-on article, let's understand how to connect and perform CRU with DynamoDB using ASP.NET Core with an illustrating example.
How to use AWS Lambda Layers with ASP.NET CoreJune 30, 2020Articles, AWSIn this detailed article let us learn about what is AWS Lambda Layers and How to deploy our ASP.NET Core application in a Lambda Layer