How to load .NET configuration from AWS Secrets Manager

Every application has secrets – database credentials, API keys used to call external services, or private encryption keys needed to secure data. In this blog post, I will show you how you can load and use secrets using .NET’s configuration system and AWS Secrets Manager (Secrets Manager). Keeping your sensitive data outside of your code is …

How to load .NET configuration from AWS Secrets Manager Read More »

AWS Cognito — Client credentials flow .NET 6

AWS Cognito User pool creation Navigate to the AWS Cognito service page Click on create user pool Step 1: Configure sign-in experience Select Email and click next Step 2: Configure security requirements Under password policy select cognito defaults Under Multi-factor authentication select No MFA Under User account recovery select Enable self-service account recovery and then Email Only …

AWS Cognito — Client credentials flow .NET 6 Read More »

Working with AWS S3 using ASP.NET Core – Upload, Download & Delete Files

In this article, we will be get started on working with AWS S3 using ASP.NET Core Web API to upload, download and delete files from Amazons Super Scalable S3! Apart from that, we will also learn more about Amazons S3, the problem it solves, dive a bit into the AWS Console for S3 Management, AWS …

Working with AWS S3 using ASP.NET Core – Upload, Download & Delete Files Read More »

CI/CD using Github Actions, AWS ECR and ECS Fargate

AWS Fargate is a CaaS (Container as a Service) solution allowing to deploy containers on Amazon ECS and Amazon EKS without provisionning EC2 instances. The goal is to only reserve the resources required for a container, thus reducing the maintenance cost and the engineering needed to deploy applications. AWS provides Github Actions to allow integrating Continuous Integration and Continuous Delivery to …

CI/CD using Github Actions, AWS ECR and ECS Fargate Read More »

MicroMDM

MicroMDM Introduction MicroMDM is not a full featured device management product. MicroMDM is to enable a secure and scalable MDM deployment for Apple Devices, and expose the full set of Apple MDM commands and responses through an API. But it is more correct to think of MicroMDM as a lower level dependency for one or …

MicroMDM Read More »