Skip to main content

astroctl_utils_vpc-cf-eks

astroctl utils vpc-cf-eks

Generates a CloudFormation template for an EKS-compatible VPC on AWS, tailored for Astro Managed Clusters.

Synopsis

This command generates a CloudFormation template specifically designed for creating a VPC on AWS that is compatible with EKS clusters, optimized for use with Astro Managed Clusters.

astroctl utils vpc-cf-eks [flags]

Examples

astroctl utilsvpc-cf-eks --region us-east-1 --vpc-cidr 10.0.0.0/16 --cluster-name my-cluster

Options

  -c, --cluster-name string   Cluster Name
-h, --help help for vpc-cf-eks
--output-file string Output file for the generated CloudFormation template
-r, --region string Region
-v, --vpc-cidr string VPC CIDR (default "10.0.0.0/16")

Options inherited from parent commands

  -o, --output string   Output format (json|yaml) (default "yaml")

SEE ALSO