Bert Blommers
cecd1035ce
Prep release 3.1.10 ( #5158 )
2022-05-23 12:51:03 +00:00
Brian Pandola
ab756c82b8
Add route.gateway-id
filter for ec2:DescribeRouteTables ( #5155 )
2022-05-22 09:43:51 +00:00
Bert Blommers
096a89266c
ELB:describe_instance_health() - implement OutOfService status ( #5154 )
2022-05-21 22:55:36 +00:00
szopen321
dbcee3c196
Add instance type validation on add instance method ( #5132 )
2022-05-18 17:51:51 +00:00
szopen321
c59583c15b
Add availability zone check on add instance ( #5129 )
2022-05-16 16:58:14 +00:00
Brian Pandola
f65d3970aa
Add Ipv6Native
field to ec2:Subnet response templates
...
This is currently just a placeholder because Moto does not yet fully support
Ipv6 subnets, but it is included in the Ipv4 subnet responses (set to `False`).
2022-05-13 19:39:00 -07:00
Bert Blommers
31737bc81e
Refactor BotocoreStubber/BaseBackend into separate files ( #5122 )
2022-05-12 09:02:27 +00:00
Bert Blommers
e49e67aba5
Refactor - Extract CommonModels into separate file ( #5121 )
2022-05-11 20:18:35 +00:00
Bert Blommers
ac03044c96
EC2:describe_vpc_endpoints() - filter by vpc-endpoint-type ( #5110 )
2022-05-09 13:06:01 +00:00
Thomas Rausch
e911341e6a
add indirection to access account id ( #5098 )
2022-05-08 22:25:40 +00:00
Bert Blommers
406ca1d8f9
Admin - Move internal EC2 models ( #5090 )
2022-05-03 11:40:15 +00:00
Bert Blommers
cb4cbd1f5b
EC2 - Spot Requests improvements ( #5087 )
2022-05-02 15:00:06 +00:00
Bert Blommers
3b68be55d3
EC2 - Pass LaunchTemplate tags to new Instances ( #5085 )
2022-05-01 19:27:25 +00:00
Bert Blommers
6b70cd1b6b
EC2 SpotFleetRequests - support LaunchTemplates ( #5084 )
2022-05-01 13:52:38 +00:00
Bert Blommers
d60df32a25
Upgrade flake8 to 4.x ( #5066 )
2022-04-27 11:58:59 +00:00
Viren Nadkarni
afe4b3ace9
EC2: More filters for DescribeNetworkAcls ( #5049 )
2022-04-25 20:14:00 +00:00
Bert Blommers
752eee1941
Autoscaling - create custom BlockDevice in addition to default image block device ( #5050 )
2022-04-22 15:40:30 +00:00
Bert Blommers
8da9666a90
Autoscaling - pass BlockDeviceMapping from launch_config/launch_template ( #5044 )
2022-04-21 14:19:36 +00:00
Bert Blommers
48e3cbec99
EC2 - search_transit_gateway_routes -search by CIDR ( #5020 )
2022-04-11 19:43:33 +00:00
Bert Blommers
43b987427f
Refactor EC2 models into separate files ( #5003 )
2022-04-04 17:51:11 +00:00
George Lungley
b5f03b0a0e
EC2 - implement network attachments ( #4998 )
2022-04-04 10:17:22 +00:00
Bert Blommers
758920da50
Linting ( #4993 )
2022-03-31 09:49:04 +00:00
Bert Blommers
cf2690ca1e
Improvements - Autoscaling ( #4985 )
2022-03-29 21:46:06 +00:00
Bert Blommers
eafd5f3dbb
EC2:run_instances() - fix bug when supplying the NIC with security groups ( #4975 )
2022-03-27 14:32:37 +00:00
Bert Blommers
39b82c77cf
EC2 - Simplify parameter handling ( #4965 )
2022-03-24 12:57:13 -01:00
Bert Blommers
47ce689cb7
ELB/ELBv2 improvements ( #4956 )
2022-03-21 19:55:19 -01:00
Bert Blommers
f9d116f871
Prepare release 3.1.0 ( #4938 )
2022-03-12 18:01:42 -01:00
Bert Blommers
eed32a5f72
Pylint - Enable more rules on source and tests-directory ( #4929 )
2022-03-11 20:28:45 -01:00
Bert Blommers
29d01c35bc
Update Black + formatting ( #4926 )
2022-03-10 13:39:59 -01:00
Bert Blommers
1d7440914e
EC2:terminate() - fix error message ( #4915 )
2022-03-07 21:25:35 -01:00
Bert Blommers
86e1fe8f1c
CF - Support for VPCEndpoint ( #4908 )
2022-03-03 21:43:25 -01:00
Bert Blommers
ca7bc9273a
Batch - JobQueue improvements + Tag support
2022-02-20 13:01:29 -01:00
Bert Blommers
0fca96cdab
Prep release 3.0.4 ( #4871 )
2022-02-18 10:54:58 -01:00
Tim Snyder
2957a51e4e
refactor scripts/get_amis.py into moto.ec2.utils.gen_moto_amis() ( #4867 )
2022-02-17 12:38:31 -01:00
Bert Blommers
a7e169a545
EC2 performance improvements ( #4855 )
2022-02-14 21:40:48 -01:00
Tim Snyder
ea81377cd0
handle 'NoDevice' parameter in BlockDeviceMappings #4852 ( #4853 )
2022-02-14 08:37:46 -01:00
Daniel Fangl
87dfa2e922
correctly filter describe_managed_prefix_lists, add test for the behavior ( #4837 )
2022-02-07 18:07:15 -01:00
Edison Gustavo Muenz
32373d2ac5
ec2: Add GpuInfo to describe_instance_types ( #4828 )
2022-02-07 14:13:50 -01:00
Bert Blommers
2fd6f34060
EC2 - VpcEndpointServiceConfiguration ( #4815 )
2022-01-30 22:00:26 -01:00
Bert Blommers
d53dd23390
EC2 - create_snapshots ( #4767 )
2022-01-25 09:27:02 -01:00
Bert Blommers
a67412a5a9
Prep release 3.0 ( #4776 )
2022-01-21 09:42:36 -01:00
Bert Blommers
aa70ee254d
Remove deprecated decorators + boto dependency ( #4378 )
2022-01-18 14:18:57 -01:00
Bert Blommers
8f63ce073e
EC2 - Cross region VPC peering bug ( #4764 )
2022-01-15 12:00:19 -01:00
Bert Blommers
3f966541ce
Feature: EC2 filter-by dnsname ( #4759 )
2022-01-14 14:20:23 -01:00
Benoît Faucon
72fdaa3552
feat: add support for filtering by tags in describe_managed_prefix_lists ( #4747 )
2022-01-13 11:41:01 -01:00
Bert Blommers
8def040f8d
Pylinting on moto/d and moto/e directories ( #4728 )
2021-12-28 21:26:56 -01:00
Bert Blommers
36d5e1d7df
EC2 - DescribeRouteTables should always show main association ( #4726 )
2021-12-27 22:56:50 -01:00
Bert Blommers
973c55a36c
EC2 - Error when deleting snapshots in use ( #4721 )
2021-12-25 20:37:39 -01:00
Bert Blommers
cf87e75d6e
Feature: Mock region ( #4699 )
2021-12-24 20:02:45 -01:00
Bert Blommers
a1bfb6a48e
EC2 - SubnetId and NetworkInterfaces cannot both be specified when calling run_instances ( #4719 )
2021-12-24 14:12:57 -01:00