Skip to content

caxefaizan/airflow_eks

Repository files navigation

Deploying a Production Grade Airflow 2.3.x on AWS-EKS

Dependencies:

  • linux
  • kubectl
  • eksctl
  • minikube
  • helm
  • jinja2
  • git
  • awscli

Sections

Cleanup

Do remember to clean up the resources to avoid being billed for when not in use.

Following items are a reminder to make sure you delete them.

Delete EKS

- eksctl delete cluster --name airflow

Delete RDS

- Databases

Delete EC2 resources

- Volumes 
- Load Balancers
- Instances
- Security Group

Delete EFS

- File Systems

Delete SystemsManager

- Parameter Store
    - Parameters

Delete ACM

- Certificates

Delete EKS CloudFormation Stack

- Stacks

Delete CodePipeline

- Pipeline

Delete CodeBuild

- Build Project
- Connections

Delete IAM

- Roles
- Policies

Delete VPC

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published