AWS CREDENTIALS: How To Manage - Getting Started and Integrating with .NET Apps | .NET ON AWS

  Рет қаралды 10,546

Rahul Nath

Rahul Nath

Күн бұрын

Пікірлер: 34
@Radhakrishna-pq3yj
@Radhakrishna-pq3yj 2 жыл бұрын
One of the best c# .net channels.. 👍 Nick chapas, Rahul nath and tim Corey My mentors. 😎
@RahulNath
@RahulNath 2 жыл бұрын
Wow, I'm honored! Thank you 😀
@vegafl04
@vegafl04 9 ай бұрын
This gentleman always has the best developer videos. If I am searching for a subject and one of his videos appear, I am always going to click on his first!
@RahulNath
@RahulNath 9 ай бұрын
Wow Thank you Joel for the super comment - this made my day. Hope you are enjoying the AWS series bit.ly/aws-net-series. Do let me know if you have topic suggestions or feedback.
@selvakumar4013
@selvakumar4013 2 жыл бұрын
Hi Rahul, Thank you so much for making all these videos. I must appreciate the efforts you been taken. Here I'm requesting you to create another one video for AddApiVersioning middleware in Getting Started With ASP.NET Core Series.
@RahulNath
@RahulNath 2 жыл бұрын
Thank you Selva, Noted!!
@MaddCoder
@MaddCoder Жыл бұрын
Another awesome video and exactly what I needed. Very good tutorial and much appreciated!
@RahulNath
@RahulNath Жыл бұрын
Glad you liked it!
@sridharsathya8719
@sridharsathya8719 2 жыл бұрын
Thanks for making the video series on .NET on AWS. Would you please also make a video on build pipeline/Cloudformation as well.
@RahulNath
@RahulNath 2 жыл бұрын
Thank you Sridhar! Great suggestion and Yes I am working on a video on pipeline and CloudFormation. Anything in particular you would like to see in that?
@sridharsathya8719
@sridharsathya8719 2 жыл бұрын
@@RahulNath Thanks for allowing me to voice my opinion. Most of the tutorials/videos are either in level 100 where one deploys an EC2 or lambda function or level 500 where they describe the architecture of Amazon or Netflix. I’m looking for something in the middle; say for example deploy a lambda function in an user created VPC and make it share resources or data that is already deployed or to be deployed. If there is not enough content to fill your ~20-40 minute content then you could include "Bringing existing resources into CloudFormation management".
@mikebreeden6071
@mikebreeden6071 2 жыл бұрын
This is so so useful. Thank you so much. The explanation works. I'm finally making progress. ... I'm heading for the next video. Note that due to changes made to the libraries, it seems you need to add the NuGet package: System.Configuration.ConfigurationManager to read the environmental variables (with ApplicationSettingsBase()) ... I just paid for your Udemy course... It will be well worth it.
@RahulNath
@RahulNath 2 жыл бұрын
Wow thank you Mike - Hope you enjoy the course. Which version of .NET are you using? For environment variables you will need Microsoft.Extensions.Configuration.EnvironmentVariables NuGet package on .NET Core. You can find the full solution here rahulpnath.visualstudio.com/DefaultCollection/KZbin%20Samples/_git/aws-credentials?path=/aws-credentials
@mikebreeden6071
@mikebreeden6071 2 жыл бұрын
@@RahulNath I'm working with .Net 6. I've got a Serverless website with Bootstrap as a sandbox application... My previous web development depended on AJAX but I couldn't get past a 403 error in that app so I was moving on some when I found your video. I'm hoping I can learn enough from your videos to get the AJAX working. Already it has been a great resource for learning details I haven't found elsewhere. ... You just do mention details that others don't seem to. Thanks.
@RahulNath
@RahulNath 2 жыл бұрын
@@mikebreeden6071 Glad to hear the videos are helping. Hoping you resolve your issue soon!
@roary4092
@roary4092 2 жыл бұрын
Really helpful, thank you.
@RahulNath
@RahulNath 2 жыл бұрын
Glad to hear it Roary! Do check out the full AWS Series here bit.ly/aws-net-series I also have a Udemy course on Lambda if that's something you are looking into bit.ly/aws-lambda-udemy
@arunece100
@arunece100 2 жыл бұрын
As security is most essential securing credentials is high priority thing. Rahul any plans to create a full. Net core tutorial and. Net in aws like 10 hrs tutorial in udemy Or KZbin with a project?
@RahulNath
@RahulNath 2 жыл бұрын
Thank you for the suggestion Arun - What would you like to see in such a video?
@arunece100
@arunece100 2 жыл бұрын
@@RahulNath Hi Rahul, it can be simple project containing asp.net identity, few microserives any kind sass or ecommerce Or cms projcet will be good
@sanzandsanz
@sanzandsanz Жыл бұрын
Awesome video. Thanks for this video but how did you manage to run the lambda from Rider. I noticed you created "Mock Lambda Test Tool Rider" profile to run it. I used the same settings but didn't work. Am I missing anything?
@RahulNath
@RahulNath Жыл бұрын
Hey Sanjay, Yes the set up is slightly different for Rider - I have it detailed out in this post + video here www.rahulpnath.com/blog/how-to-set-up-aws-net-mock-lambda-test-tool-on-jetbrains-rider/ Hope that helps
@sanzandsanz
@sanzandsanz Жыл бұрын
@@RahulNath Thanks a lot. Much appreciated !!
@RahulNath
@RahulNath Жыл бұрын
@@sanzandsanz Hope that helps you!
@hector9079
@hector9079 2 жыл бұрын
Muy bueno 👍🏾
@RahulNath
@RahulNath 2 жыл бұрын
Thank you 😀
@zokithaa
@zokithaa 8 ай бұрын
I have an issue about aws credentials, the error is: "Unable to read data from the transport connection : An existing connection was forcibly closed by the remote host" when i invoke the method with async ...SQS
@RahulNath
@RahulNath 8 ай бұрын
Very hard to tell what the issue might be from that error. Would double check the credentials etc. Hope you were able to resolve the issue
@iammahie
@iammahie 2 жыл бұрын
Hey Rahul Your videos are very informative and helpful 👍👌. Does aws client creation automatically picks the credentials from iam role of ec2 instance or do we need to add any extra bit of code?? Thanks
@RahulNath
@RahulNath 2 жыл бұрын
Glad they are helpful Mahesh. Yes it should load from there, check out this post for a detailed explanation www.stevejgordon.co.uk/credential-loading-and-the-aws-sdk-for-dotnet-deep-dive
@iammahie
@iammahie 2 жыл бұрын
@@RahulNath Thanks for the link . 👍👍
@sailleshpawar3036
@sailleshpawar3036 Жыл бұрын
Shouldn't we use AWS Secrets Manager to save the secrets?
@RahulNath
@RahulNath Жыл бұрын
Yes - this is for setting up the credentials on your local development environment and how the AWS Credentials work by default. For storing sensitive application config it's ideal to use Secrets Manager or Parameter Store. I have written about this here www.rahulpnath.com/blog/aws-secrets-manager/ www.rahulpnath.com/blog/aws-secrets-manager-from-dotnet-application/ Hope that helps
@sailleshpawar3036
@sailleshpawar3036 Жыл бұрын
@@RahulNath Thank you Rahul. I must say I am enjoying your AWS series. Please bring in more best practices videos that will help us building enterprise applications. 🙏
Just Give me my Money!
00:18
GL Show Russian
Рет қаралды 1 МЛН
What does Satoru Gojo have? #cosplay#joker#Harley Quinn
00:10
佐助与鸣人
Рет қаралды 7 МЛН
Violet Beauregarde Doll🫐
00:58
PIRANKA
Рет қаралды 49 МЛН
Configuring AWS Credentials for  .NET Applications | .NET on AWS
28:20
Getting started with Queues in .NET using AWS SQS
44:01
Nick Chapsas
Рет қаралды 37 М.
Storing secrets CORRECTLY in .NET using AWS Secrets Manager
23:29
Nick Chapsas
Рет қаралды 42 М.
.Net 6 WebAPI - Upload files to AWS S3  - Step by Step
1:03:50
Mohamad Lawand
Рет қаралды 14 М.
Just Give me my Money!
00:18
GL Show Russian
Рет қаралды 1 МЛН