In this blog post I wanted to cover how to use Redis with AspNetCore WebAPI. Most of my examples have been covering using console application since I wanted to explain the core concepts of Redis and the functionality. Now lets see how you can use it in a Web Application. Create the webapi To start […]
Archive: June 2019
I hope you have read the first part covered on how to protect your root account with MFA. In this post we will continue on and protect our AWS account by creating individual IAM users. Create individual IAM users Summary Here are the steps to create individual users in AWS using their IAM. Next section […]