The create, clean_all, and deploy functions should ensure they are given valid regions if the region value is not None. Likely this is a simple comparison between the result of invoking boto3.client('ec2').describe_regions() with the given region value.
The
create
,clean_all
, anddeploy
functions should ensure they are given valid regions if theregion
value is notNone
. Likely this is a simple comparison between the result of invokingboto3.client('ec2').describe_regions()
with the givenregion
value.