Automating AWS SSO Login for Aspire AppHost Startup
AWS SSO is a great alternative to static access keys, but expired sessions can break local Aspire startup in confusing ways. Let’s automate renewing a session.
AWS SSO is a great alternative to static access keys, but expired sessions can break local Aspire startup in confusing ways. Let’s automate renewing a session.
Learn how to use IAM roles to secure AWS applications in development with ASP.NET Core. Enhance security with limited permissions and IAM roles.
Terraform can use AWS S3 to store the state of each stack. We can use AWS CloudFormation and its CDK to setup the needed resources without giving up on IaC.
Integrating a powerful local emulator of AWS services like LocalStack with Microsoft Tye gives .NET developers a powerful development tool that increases the...
When collaborating across different organizations or simply across different teams, environment configuration values can differ. This post shows how the Terr...
How to access AWS services from within a devcontainer via AWS SDK, AWS CLI or AWS Toolkit