Home icon
Bob’s Used Books: A .NET Sample Application – Part 3: Infrastructure

Blog



This article explains how Bob's Used Books, a .NET sample application, uses AWS CDK to provision and manage cloud infrastructure.

  • AWS CDK enables Infrastructure-as-Code for provisioning AWS resources programmatically
  • Bob's Used Books organized into four stacks: CoreStack, NetworkStack, DatabaseStack, EC2ComputeStack
  • Cross-stack references allow EC2ComputeStack to depend on resources from other stacks automatically
  • Application deploys to EC2 instance via UserData scripts and S3 artifact uploads
  • Infrastructure includes VPC, S3, CloudFront, Cognito, RDS SQL Server, EC2, and IAM resources
  • Stacks can be deployed selectively based on environment needs (development vs production)

AWS CDK provides .NET developers a familiar way to define cloud infrastructure as code, enabling consistent environment provisioning and simplified resource management.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.