Basement Programmer Blog

Basement Programmer Blog

Follow
homePodcastAbout Menewsletter
Tag

C#

#csharp

More content

Read more stories on Hashnode


Articles with this tag

Securing Lab Environments Part 2

Aug 3, 20226 min read 50 views

In my last post I wrote about securing your AWS lab environments by using Managed Microsoft Active Directory as an authentication provider and...

Securing Lab Environments Part 2

Securing Lab Environments Part 1

Jul 21, 20225 min read 74 views

One of the great things that operating in the cloud allows us to do, is create lab environments. With Infrastructure as Code (IoC) tools, it makes it...

Securing Lab Environments Part 1

Creating an Automation Document Using C# and CDK

Jul 15, 20224 min read 218 views

Introduction When you are looking to deploy infrastructure into an AWS Account, one of the best practices is to use Infrastructure as Code (IaC). This...

Creating an Automation Document Using C# and CDK