One-time setup for EC2 launch type. Creates IAM roles, instance profiles, and capacity providers for specified instance types.
Usage
starburst_setup_ec2(
region = "us-east-1",
instance_types = c("c7g.xlarge", "c7i.xlarge"),
force = FALSE
)Examples
if (FALSE) { # \dontrun{
# Setup with default instance types (Graviton and Intel)
starburst_setup_ec2()
# Setup with custom instance types
starburst_setup_ec2(instance_types = c("c7g.2xlarge", "r7g.xlarge"))
} # }
