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 Oct 4, 2024. It is now read-only.
Thank you for providing the verify_env.py script for MWAA. However, running it fails with an error in the ### Testing connectivity to the following service endpoints from MWAA enis... step. The error is not apparent from the script itself but is clearly visible from SSM Automation execution. This is the traceback
Traceback (most recent call last):
File "/tmp/ea8016b8-bc1f-4d1c-9910-cd137a8b0a0d-2022-01-31-15-23-46/customer_script.py", line 80, in eval_nat_nacls
check_ingress_from_dst(ingress_acls, dst_ip)
File "/tmp/ea8016b8-bc1f-4d1c-9910-cd137a8b0a0d-2022-01-31-15-23-46/customer_script.py", line 41, in check_ingress_from_dst
if ((acl.get('Protocol') == '-1') or (set(range(src_port_from,src_port_to)).issubset(range(acl['PortRange']['From'], acl['PortRange']['To'] +1)))):
KeyError: 'PortRange'
It seems to me that the code that fails comes from Connectivity Troubleshooter that this repo does not control.
I'd be happy to provide more information.
The text was updated successfully, but these errors were encountered:
Hey :)
Thank you for providing the
verify_env.py
script for MWAA. However, running it fails with an error in the### Testing connectivity to the following service endpoints from MWAA enis...
step. The error is not apparent from the script itself but is clearly visible from SSM Automation execution. This is the tracebackIt seems to me that the code that fails comes from Connectivity Troubleshooter that this repo does not control.
I'd be happy to provide more information.
The text was updated successfully, but these errors were encountered: