From ebb1c6bd6881a9d3e69c39755ba16bbb8c439439 Mon Sep 17 00:00:00 2001 From: Ellynas <64953449+Ellynas@users.noreply.github.com> Date: Tue, 29 Sep 2020 14:58:13 +0200 Subject: [PATCH] Update IMPLEMENTATION_COVERAGE.md (#3342) ec2 `run_instances()` seems to be implemented [here](https://github.com/spulec/moto/blob/3bc18455a2dad70148dc095435a55b2a43eaeac1/moto/ec2/responses/instances.py#L48) and should be marked as such --- IMPLEMENTATION_COVERAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IMPLEMENTATION_COVERAGE.md b/IMPLEMENTATION_COVERAGE.md index 81611ace..101f9c0d 100644 --- a/IMPLEMENTATION_COVERAGE.md +++ b/IMPLEMENTATION_COVERAGE.md @@ -2968,7 +2968,7 @@ - [ ] revoke_client_vpn_ingress - [X] revoke_security_group_egress - [X] revoke_security_group_ingress -- [ ] run_instances +- [X] run_instances - [ ] run_scheduled_instances - [ ] search_local_gateway_routes - [ ] search_transit_gateway_multicast_groups