Dotnet AWS Parameterstore

Enhances a .NET application to externalize configuration into AWS Systems Manager Parameter Store and/or AWS Secrets Manager. Migrates hardcoded values (DB connection strings, API URLs, account IDs, feature flags) from appsettings.json or code into SSM parameters and Secrets Manager secrets, wires the app to resolve them at runtime via a helper class, and produces a summary guide with next steps. NOT for AppConfig feature-flag rollouts, Lambda-only apps, or greenfield apps that already use Parameter Store.

aws-samples 4983eb4 8 files · 51.3 KB Updated

File contents

aws-samples/sample-ramp-aidlc-mod-starter-packs/tree/main/dotnet-app-modernization-on-aws/skills/dotnet-aws-parameterstore commit 4983eb4053

Frequently asked questions

npx skillmds@latest add aws-samples/dotnet-aws-parameterstore