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
Recently discovered your awesome tool. Thanks for the work!
I have an ECS cluster with Capacity Provider Strategy set and cloudiscovery throws an error when trying to inspect it.
Actually it's a boto3 issue but meanwhile it can be avoided by adding a check as follows
# https://github.com/Cloud-Architects/cloudiscovery/blob/fad132e45f813775eaf0051e628fcbec68291fb4/cloudiscovery/provider/aws/vpc/resource/containers.py#L58- if data_service_detail["launchType"] == "FARGATE": if data_service_detail.get("launchType") == "FARGATE" or data_service_detail.get('capacityProviderStrategy'):
Recently discovered your awesome tool. Thanks for the work!
I have an ECS cluster with Capacity Provider Strategy set and cloudiscovery throws an error when trying to inspect it.
Actually it's a boto3 issue but meanwhile it can be avoided by adding a check as follows
Error trace just in case
The text was updated successfully, but these errors were encountered: