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 763d7cc commit 59603a3Copy full SHA for 59603a3
tests/integration-tests/conftest.py
@@ -1415,13 +1415,15 @@ def odcr_stack(
1415
AvailabilityZone=availability_zone_1,
1416
InstanceCount=2,
1417
InstancePlatform="Linux/UNIX",
1418
+ InstanceMatchCriteria="targeted",
1419
InstanceType="c5.xlarge",
1420
)
1421
az2_odcr = ec2.CapacityReservation(
1422
"az2Odcr",
1423
AvailabilityZone=availability_zone_2,
1424
1425
1426
1427
1428
1429
multi_az_odcr_group = resourcegroups.Group(
0 commit comments