Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 673 Bytes

For deploying and destroying eks

All that's needed is AWS credentials that have role access to:

  • IAM
  • ECR
  • EC2
  • EKS
  • S3

To deploy, get AWS credentials, create an s3 bucket for state management, then go to the Actions tab above.

# Deploy infrastructure with Terraform
Actions > All workflows > Deploy_Pt1 > Run workflow > Enter input variables
# Deploy container with Kubernetes
Actions > All workflows > Deploy_Pt2 > Run workflow > Enter input variables

To destroy, get AWS credentials, then go to the Actions tab above.

# Destroy cloud infrastructure
Actions > All workflows > Destroy > Run workflow > Enter input variables