We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f6f2d commit 3a133d3Copy full SHA for 3a133d3
packages/aws-library/tests/test_ec2_client.py
@@ -34,7 +34,7 @@
34
35
36
def _ec2_allowed_types() -> list[InstanceTypeType]:
37
- return ["t2.nano", "m5.12xlarge", "g4dn.4xlarge"]
+ return ["m5.12xlarge"]
38
39
40
@pytest.fixture(scope="session")
0 commit comments