Documentation ¶
Index ¶
- func FormatAwsError(err error) string
- func GetContainerInstanceArnsForService(ecs_obj *ecs.ECS, cluster string, service string, ...) ([]string, error)
- func GetEc2InstanceIdsFromContainerInstances(ecs_obj *ecs.ECS, cluster string, container_instances []string, debug bool) ([]string, error)
- func GetEc2PrivateIpsFromInstanceIds(ec2_obj *ec2.EC2, instance_ids []string, debug bool) ([]string, error)
- func VerifyClusterExists(ecs_obj *ecs.ECS, cluster string) error
- func VerifyServiceExists(ecs_obj *ecs.ECS, cluster string, service string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatAwsError ¶
Save some repetition, formatting the output of these.
func VerifyClusterExists ¶
Verify that the ECS cluster exists.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.