EKS Capabilities (Auto Mode)
Creating an ack capability with minimal parameters
resources:
- type: aws_eks_capability
name: ack-capability
props:
cluster_name: "my-existing-cluster"
capability_name: "my-ack-capability"
type: "ACK"
role_arn: "arn:aws:iam::123456789012:role/EKSCapabilityRole"
delete_propagation_policy: "RETAIN"Example price for above configuration
ack-capability (action: create)
=> Price (Capability - price: $0.005/Hrs, monthly: $3.72)
=> Price (Per resource - price: $0.00005/Hrs, monthly: $0.04)Creating an kro capability with minimal parameters
resources:
- type: aws_eks_capability
name: kro-capability
props:
cluster_name: "my-existing-cluster"
capability_name: "my-kro-capability"
type: "KRO"
role_arn: "arn:aws:iam::123456789012:role/EKSCapabilityRole"
delete_propagation_policy: "RETAIN"Example price for above configuration
Creating an argocd capability with minimal parameters
Example price for above configuration
Last updated
Was this helpful?