Public repository for DevOps interview exercises
Deploy a dockerized application (NGINX, Busybox, or custom) to ECS Fargate with:
-
Auto-scaling capabilities
-
Secure HTTPS (assume DNS is configured in the target AWS account, and Route 53 public hosted zone
dev.wci-test.orgexists) -
Assume deployment to the
us-west-2region
Application should display "Hello Pulumi world!" in browser when pointed to exercise1.dev.wci-test.org.
Include any production grade features you deem appropriate.
-
Use Pulumi IaC only, do not use Pulumi Cloud
-
Language: TypeScript
-
Do not use Pulumi CrossWalk (pulumi/awsx package)