- Видео 37
- Просмотров 1 708
CloudFundaz
Индия
Добавлен 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.
Видео
How to Connect Domain to AWS ElasticBeansTalk
Просмотров 129 часов назад
In this video we have explained, How to connect our domain to the IP address of the EC2 machine where we might have hosted our app or the url of AWS ElasticBeansTalk. How to deploy app with AWS ElasticBeansTalk: ruclips.net/video/eBcBenuB0FI/видео.html
AWS ElasticBeansTalk
Просмотров 1912 часов назад
In this video we have practically demonstrated that How to deploy any web application to AWS ElasticBeansTalk on AWS environment. AWS Lambda Playlist : ruclips.net/p/PLKT-6-0Ku7yeS-M5ci5MsT5iLmwrG2wti Configuring Visual Studio for AWS Development : ruclips.net/video/ZPEepboPxpE/видео.html AWS Lambda Playlist : ruclips.net/p/PLKT-6-0Ku7yeS-M5ci5MsT5iLmwrG2wti
AWS Global Infrastructure
Просмотров 2316 часов назад
In this video we will discuss about AWS Global Infrastructure. Reference: aws.amazon.com/about-aws/global-infrastructure/
Understanding Cloud and AWS
Просмотров 2616 часов назад
Understanding Cloud Computing with respect to AWS.
Creating Custom VPC in AWS and Launching EC2 Virtual Machine
Просмотров 59День назад
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.
Creating Ubuntu Virtual Machine on AWS and Installing Apache Web Server
Просмотров 69День назад
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
Просмотров 65День назад
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
Просмотров 2114 дней назад
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
Просмотров 1814 дней назад
In this video we have explained about EC2 Instance Types in brief. Ref: aws.amazon.com/ec2/instance-types/
Amazon CloudWatch
Просмотров 3214 дней назад
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
Просмотров 11714 дней назад
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
Просмотров 8914 дней назад
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 : ruclips.net/video/hBegJu2wS1U/видео.html Playlist Link for AWS Lambda : ruclips.net/p/PLKT-6-0Ku7yeS-M5ci5MsT5iLmwrG2wti Download link for AWS Extension for Visual Studio - marketplace.visualstudio.com/items?itemName=AmazonWebServices.AWST...
Rest API with AWS Lambda + PostgresSQL Aurora +C# - Part 1
Просмотров 6614 дней назад
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 : ruclips.net/video/UMLlzRcU-Bs/видео.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 l...
AWS DynamoDB Basics
Просмотров 2921 день назад
In this video we will understand the basic concept of AWS DynamoDB . AWS Services introduction complete playlist : ruclips.net/p/PLKT-6-0Ku7ydnRfKIsAtiHS-7E23Jub-j
AWS Service (Lambda function) - Part 7
Просмотров 3528 дней назад
AWS Service (Lambda function) - Part 7
AWS Service (IAM, S3 and EBS) - Part 5
Просмотров 21Месяц назад
AWS Service (IAM, S3 and EBS) - Part 5
AWS Service (VPC, EC2 Instance) - Part 4
Просмотров 30Месяц назад
AWS Service (VPC, EC2 Instance) - Part 4
AWS Lambda Concurreny Limit , Asynchronous Invocations , File System - Part 12
Просмотров 27Месяц назад
AWS Lambda Concurreny Limit , Asynchronous Invocations , File System - Part 12
AWS Lambda Environment Variable - Part 11
Просмотров 27Месяц назад
AWS Lambda Environment Variable - Part 11
How to setup Visual Studio for AWS Lambda and Other AWS development - Part 8
Просмотров 135Месяц назад
How to setup Visual Studio for AWS Lambda and Other AWS development - Part 8
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/