diff --git a/tests/integration-tests/network_template_builder.py b/tests/integration-tests/network_template_builder.py index 796a3150ba..dce243d95c 100644 --- a/tests/integration-tests/network_template_builder.py +++ b/tests/integration-tests/network_template_builder.py @@ -241,6 +241,12 @@ def __build_vpc_endpoints(self, subnet_id, route_table_ids): type=VPCEndpointConfig.EndpointType.INTERFACE, enable_private_dns=True, ), + VPCEndpointConfig( + name="MonitoringEndpoint", + service_name=f"com.amazonaws.{region}.monitoring", + type=VPCEndpointConfig.EndpointType.INTERFACE, + enable_private_dns=True, + ), VPCEndpointConfig( name="CFNEndpoint", service_name=prefix + f"com.amazonaws.{region}.cloudformation",