- Using AWS CDK (TypeScript) to deploy an EKS cluster in AWS
- Deploy an application into the EKS cluster; this part doesn't have to be using CDK(even it's preferred), other method (kubectl, helm etc.) is also fine
- Execute CDK code to spin up the EKS cluster
- Deploy the application into EKS cluster
- Destroy the configurations.