Walkthrough
Read LMI fundamentals first for placement, scaling, security, runtimes, and publishing. Complete Foundations and Prerequisites (AWS account, CLI, Terraform, Git, and what else) so your environment matches the labs.
This section is hands-on infrastructure and application work in order: what to configure in your account and repository step by step. Conceptual topics stay under LMI fundamentals.
-
VPC and networking — Clone the Terraform repo (if you have not already), run
terraform init,plan, andapplyfrom examples/waf-loki, and understand howmodules/vpc, subnets, NAT, routes, and the LMI security group fit together. -
Lambda Managed Instance stack — Walk through
module "lambda_managed_instance"inexamples/waf-loki/main.tf: operator role, capacity provider, VPC placement, instance requirements, and scaling. -
Lambda Managed Function — Walk through
module "lambda_managed_function": execution role, log group, and the published function wired to the capacity provider viacapacity_provider_arn.
Completing lab 3 ends the current hands-on path; that page closes with validation (invoke, logs) and links back to fundamentals. Further labs (IAM-only splits, demo pipeline) will appear in the sidebar when those pages are enabled.