tests.system.providers.amazon.aws.example_ecs_fargate

Module Contents

Functions

create_cluster(cluster_name)

Creates an ECS cluster.

register_task_definition(task_name, container_name)

Creates a Task Definition.

delete_task_definition(task_definition_arn)

Deletes the Task Definition.

delete_cluster(cluster_name)

Deletes the ECS cluster.

Attributes

DAG_ID

SUBNETS_KEY

SECURITY_GROUPS_KEY

sys_test_context_task

test_context

test_run

tests.system.providers.amazon.aws.example_ecs_fargate.DAG_ID = 'example_ecs_fargate'[source]
tests.system.providers.amazon.aws.example_ecs_fargate.SUBNETS_KEY = 'SUBNETS'[source]
tests.system.providers.amazon.aws.example_ecs_fargate.SECURITY_GROUPS_KEY = 'SECURITY_GROUPS'[source]
tests.system.providers.amazon.aws.example_ecs_fargate.sys_test_context_task[source]
tests.system.providers.amazon.aws.example_ecs_fargate.create_cluster(cluster_name)[source]

Creates an ECS cluster.

tests.system.providers.amazon.aws.example_ecs_fargate.register_task_definition(task_name, container_name)[source]

Creates a Task Definition.

tests.system.providers.amazon.aws.example_ecs_fargate.delete_task_definition(task_definition_arn)[source]

Deletes the Task Definition.

tests.system.providers.amazon.aws.example_ecs_fargate.delete_cluster(cluster_name)[source]

Deletes the ECS cluster.

tests.system.providers.amazon.aws.example_ecs_fargate.test_context[source]
tests.system.providers.amazon.aws.example_ecs_fargate.test_run[source]

Was this entry helpful?