You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
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 text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: