- 32
- 1 361
CloudFundaz
India
Приєднався 14 тра 2009
IT and Software Development training videos. We are here to serve the IT community the basic, intermedaite and advanced knowledge and expertise for AWS cloud, Azure Cloud, .NET programming basics and other important trending technologies and tech-stacks.
Creating Custom VPC in AWS and Launching EC2 Virtual Machine
Hi , In this video we have demonstrated very intresting practical session like creating a custom virtual private cloud on AWS environment and then will launch a EC2 instance within this custom VPC.
Переглядів: 24
Відео
Creating Ubuntu Virtual Machine on AWS and Installing Apache Web Server
Переглядів 2412 годин тому
The agenda of this video is : 1. Creating Ubuntu Virtual Machine on AWS Cloud 2. Instaling Apache Web Server on Ubuntu Virtual Machine. Test script : to update and install apache. sudo apt update -y sudo apt install -y apache2 sudo systemctl start apache2 sudo systemctl enable apache2
Creating Virtual Machine on AWS with IIS Web Server
Переглядів 3012 годин тому
In this video We have demonstrated that How to create a Windows Virtual Machine on AWS Cloud and Install IIS Web server on that machine.
AWS EC2 Pricing Purchasing Options
Переглядів 1214 годин тому
In this video we have discussed about various EC2 Purchasing options. Reference: aws.amazon.com/ec2/pricing/?p=pm&c=ec2&z=4
AWS Instance Types
Переглядів 814 годин тому
In this video we have explained about EC2 Instance Types in brief. Ref: aws.amazon.com/ec2/instance-types/
Amazon CloudWatch
Переглядів 1319 годин тому
Amazon CloudWatch is a service used for monitoring and observing resources in real-time, built for DevOps engineers, developers, site reliability engineers (SREs), and IT managers. CloudWatch provides users with data and actionable insights to monitor their respective applications, stimulate system-wide performance changes, and optimize resource utilization. CloudWatch collects monitoring and o...
AWS Cognito
Переглядів 6721 годину тому
In this video we will understand about Amazon Cognito is an identity platform that helps developers add user sign-up, sign-in, and access control to their web and mobile apps
AWS Lambda + PostgresSQL Aurora +C# Part2
Переглядів 58День тому
This is Part 2 of the Video session ( Developing Complete REST API with AWS Lambda & PostgresSQL Amazon Aurora Serverless DB Instance). Link for the Part 1 : ua-cam.com/video/hBegJu2wS1U/v-deo.html Playlist Link for AWS Lambda : ua-cam.com/play/PLKT-6-0Ku7yeS-M5ci5MsT5iLmwrG2wti.html Download link for AWS Extension for Visual Studio - marketplace.visualstudio.com/items?itemName=AmazonWebService...
Rest API with AWS Lambda + PostgresSQL Aurora +C# - Part 1
Переглядів 54День тому
Hi Friends , In this video we will develope a complete REST API with AWS Lambda and Amazon Aurora PostgreSQL serverless database instance in .NET Core C# . AWS Lambda Playlist : ua-cam.com/video/UMLlzRcU-Bs/v-deo.html Installation PostgreSQL and PgAdmin Tool : www.enterprisedb.com/downloads/postgres-postgresql-downloads Should you face any issue or difficulties in doing this activity on your lo...
AWS DynamoDB Basics
Переглядів 2514 днів тому
In this video we will understand the basic concept of AWS DynamoDB . AWS Services introduction complete playlist : ua-cam.com/play/PLKT-6-0Ku7ydnRfKIsAtiHS-7E23Jub-j.html
AWS Services (SQS Queue) - Part 9
Переглядів 7414 днів тому
In this video we have explained all about AWS SQS queue, the definition use cases and all important facts about SQS queue. AWS Services introduction complete playlist : ua-cam.com/play/PLKT-6-0Ku7ydnRfKIsAtiHS-7E23Jub-j.html
AWS Services (Route 53) - Part 8
Переглядів 7014 днів тому
Explained Domain Name Service with Route53, multiple traffic routing policies and load balancing with Route53, Domain to IP resolutions. AWS Services introduction complete playlist : ua-cam.com/play/PLKT-6-0Ku7ydnRfKIsAtiHS-7E23Jub-j.html
AWS Services (API Gateway) - Part 8
Переглядів 3414 днів тому
In this video we have explained all about Amazon API Gateway. Concept and use cases. AWS Services introduction complete playlist : ua-cam.com/play/PLKT-6-0Ku7ydnRfKIsAtiHS-7E23Jub-j.html
AWS Service (Lambda function) - Part 7
Переглядів 3421 день тому
AWS Services introduction complete playlist : ua-cam.com/play/PLKT-6-0Ku7ydnRfKIsAtiHS-7E23Jub-j.html Introduction AWS Lambda and Serverless Use Cases AWS Lambda complete playlist : ua-cam.com/play/PLKT-6-0Ku7yeS-M5ci5MsT5iLmwrG2wti.html
AWS Service (IAM, S3 and EBS) - Part 5
Переглядів 2021 день тому
Introduction to IAM, S3 and EBS AWS Services introduction complete playlist : ua-cam.com/play/PLKT-6-0Ku7ydnRfKIsAtiHS-7E23Jub-j.html
AWS Service (VPC, EC2 Instance) - Part 4
Переглядів 2921 день тому
AWS Service (VPC, EC2 Instance) - Part 4
AWS Lambda Concurreny Limit , Asynchronous Invocations , File System - Part 12
Переглядів 2721 день тому
AWS Lambda Concurreny Limit , Asynchronous Invocations , File System - Part 12
AWS Lambda Environment Variable - Part 11
Переглядів 2721 день тому
AWS Lambda Environment Variable - Part 11
How to setup Visual Studio for AWS Lambda and Other AWS development - Part 8
Переглядів 133Місяць тому
How to setup Visual Studio for AWS Lambda and Other AWS development - Part 8
Important Points of AWS Lambda - Part6
Переглядів 48Місяць тому
Important Points of AWS Lambda - Part6
Important Points of AWS Lambda - Part 4
Переглядів 35Місяць тому
Important Points of AWS Lambda - Part 4
Important Points of AWS Lambda - Part3
Переглядів 37Місяць тому
Important Points of AWS Lambda - Part3
Common use cases of AWS Lambda - Part 2
Переглядів 30Місяць тому
Common use cases of AWS Lambda - Part 2
What about signout sir can you explain.
Hi Friend, If you are integrating Amazon Cognito in your custom web application , in that case you need to check the proper Cognito SDK as per your language like .NET Core or other and use the correct endpoint in your web app. Please refer this cognito documentation where integration process have been explained. I will be making video for custom integration of Cognito also shortly. Stay Connected. Thanks for visiting my channel. docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html
May be this implementation help you integrating AWS Cognito in your .NET Core App. www.faciletechnolab.com/blog/how-to-implement-aws-cognito-authentication-in-aspnet-core-50-web-application/