Skip to content

sjmiller609/terraform-aws-astronomer-enterprise

Repository files navigation

Astronomer Enterprise

Build Status

Updates are not guaranteed to be non-interrupting. Always use Terraform best-practices when deploying updates by reviewing the Terraform "plan" and understanding the impact before applying.

Required in path and tested versions

Sample execution environment

Sample use

Example module block

The above example creates all resources including VPC and subnets.

Note

If using private mangement API, you must have some way to access the API. There are a few ways to do this. You can execute from a host inside the VPC you intend to deploy EKS in. You can use --target on module.aws, then start a proxy through the bastion before applying the rest of the module. It may be easiest to just deploy with the management API public, then manually switch it to private in the AWS console.

Architecture

  • optional bastion
  • optional VPC and subnet creation
  • optional private management API

Astronomer Private Cloud Architecture