ecs_composex.utils package

Submodules

ecs_composex.utils.init_ecs module

Module to initialize the AWS Account.

ecs_composex.utils.init_ecs. set_ecs_settings ( session ) [source]

Function to set the ECS Account settings

ecs_composex.utils.init_s3 module

ecs_composex.utils.init_s3. create_bucket ( bucket_name , session , no_location = False ) [source]

Function that checks if the S3 bucket exists and if not attempts to create it.

Parameters :
  • bucket_name ( str ) – name of the s3 bucket

  • session ( boto3.session.Session ) – boto3 session to use if wanted to override settings.

  • no_location – Disable location constraint

Returns :

True/False, Returns whether the bucket exists or not for upload

Return type :

bool

Module contents