Skip to main content

astroctl_cloud_aws_connect

astroctl cloud aws connect

Connect your AWS account for cluster provisioning

Synopsis

Connect your AWS account so AstroPulse can provision clusters.

This creates an IAM role in your AWS account that allows AstroPulse to manage EKS clusters on your behalf.

Find your account ID: aws sts get-caller-identity --query Account --output text

astroctl cloud aws connect [flags]

Examples

# Connect AWS account
astroctl cloud aws connect --account-id 123456789012 --region us-east-1 --cluster-name prod

Options

--account-id string AWS account ID (12 digits) (required)
--cluster-name string Cluster name for this connection (required)
--duration string Credential duration (e.g., 30m, 1h) (default "1h")
--force-update Force reconfiguration even if already set up
-h, --help help for connect
--level string Cloud access level: read or manage (default: manage) (default "manage")
--region string AWS region (e.g., us-east-1) (required)

Options inherited from parent commands

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

SEE ALSO