tests.system.providers.amazon.aws.example_ecs_fargate¶
Module Contents¶
Functions¶
  | 
Creates an ECS cluster.  | 
  | 
Creates a Task Definition.  | 
  | 
Deletes the Task Definition.  | 
  | 
Deletes the ECS cluster.  | 
Attributes¶
- tests.system.providers.amazon.aws.example_ecs_fargate.SECURITY_GROUPS_KEY = SECURITY_GROUPS[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.