956 Commits

Author SHA1 Message Date
github-actions[bot]
f15306c41e
chore: update EC2 Instance Offerings (#6442) 2023-06-25 22:42:20 +00:00
Mike Grima
0a814f1697
Merge pull request #6425 from LewisGaul/replace-route-invalidparametervalue
EC2: Return appropriate error when calling EC2.Client.replace_route() with missing route
2023-06-22 13:21:40 -04:00
Lewis Gaul
1d8ca4a852 Use same structure as delete_route() for determining cidr string 2023-06-22 04:29:05 -07:00
bblommers
e0997cdb5a chore: update EC2 Instance Offerings 2023-06-18 06:08:14 +00:00
Lewis Gaul
0fb3e59e0d If route specified in replace_route() doesn't exist then return suitable error response 2023-06-16 09:33:54 -07:00
github-actions[bot]
95dbf10f15
chore: update EC2 Instance Types (#6390) 2023-06-11 18:44:50 +00:00
Daniel Fangl
7b4cd492ff
add missing/new availability zones (#6384) 2023-06-09 12:27:48 +00:00
Hisashi Kamezawa
681873d177
EC2: create_volume(): support Throughput-parameter (#6379) 2023-06-08 11:35:57 +00:00
Lyderic Dutillieux
d20da03225
EC2: allow creation multiple flow logs on same resource id (#6374) 2023-06-07 15:44:24 +00:00
github-actions[bot]
0417ec3ae5
chore: update EC2 Instance Types (#6365) 2023-06-04 21:24:03 +00:00
github-actions[bot]
4abf251f2c
chore: update EC2 Instance Offerings (#6345) 2023-05-30 09:53:17 +00:00
Alex Chesters
b7624e10b1
Add CreateTime property to EC2 key pair response (#6341) 2023-05-25 13:55:41 -07:00
Akira Noda
b1b269208c
Add Tags field for describe_spot_fleet_requests response (#6332)
* add tag specifications for request parameters
* add unit test for invalid tag resource type
2023-05-22 13:53:57 -07:00
github-actions[bot]
c0a9154c62
chore: update EC2 Instance Offerings (#6334) 2023-05-22 14:20:12 +00:00
github-actions[bot]
1ba183dc50
chore: update EC2 Instance Types (#6323) 2023-05-15 22:47:09 +00:00
github-actions[bot]
17ff8397cb
chore: update EC2 Instance Offerings (#6322) 2023-05-15 22:46:37 +00:00
rafcio19
922ee7edc1
EC2: vpc endpoint as a route target (#6316) 2023-05-12 10:12:36 +00:00
rafcio19
52846c9555
EC2: validate pagination parameters (#6293) 2023-05-09 15:47:15 +00:00
github-actions[bot]
426a6f62de
chore: update EC2 Instance Offerings (#6291) 2023-05-09 11:22:34 +00:00
rafcio19
763b582cf2
Fix ami attributes (#6280)
* fix: describe_image attributes

* refactor: unifi attribute logic, add tests

* chore: mypy

* chore: linting

* chore: unused method

* chore: increase coverage
2023-05-04 09:16:22 +00:00
github-actions[bot]
d4d0df0eb1
chore: update EC2 Instance Types (#6272)
Co-authored-by: bblommers <bblommers@users.noreply.github.com>
2023-05-01 11:22:41 +00:00
github-actions[bot]
aecbfb0fe3
chore: update EC2 Instance Offerings (#6271)
Co-authored-by: bblommers <bblommers@users.noreply.github.com>
2023-05-01 09:15:05 +00:00
github-actions[bot]
b69cd65eaa
chore: update EC2 Instance Offerings (#6247) 2023-04-23 20:32:06 +00:00
tjohnes
462ff57900
EC2: Implement ReplaceRoute to NetworkInterfaceId (#6236) 2023-04-21 16:12:16 +00:00
github-actions[bot]
3c5e07bf0a
chore: update EC2 Instance Types (#6214) 2023-04-16 19:36:26 +00:00
github-actions[bot]
e595da77bc
chore: update EC2 Instance Offerings (#6213) 2023-04-16 19:35:49 +00:00
Bert Blommers
2cf0130d13
Prep Release 4.1.7 (#6201) 2023-04-11 14:31:46 +00:00
github-actions[bot]
3c3a827aac
chore: update EC2 Instance Offerings (#6191) 2023-04-09 22:06:36 +00:00
Josh Kropf
dc460a3258
EC2: Fix egress rules used in ingress revoke method (#6180) 2023-04-06 18:59:18 +00:00
github-actions[bot]
5e415eba05
chore: update EC2 Instance Types (#6164) 2023-04-03 09:17:04 +00:00
Lewis Gaul
2667a53725
EC2: Support assigning specified private IP addrs (#6147) 2023-04-03 09:16:31 +00:00
github-actions[bot]
fe7f8ae249
chore: update EC2 Instance Offerings (#6163) 2023-04-02 17:36:20 +00:00
github-actions[bot]
492d8a7cdc
chore: update SSM default AMI's (#6156) 2023-04-02 17:35:51 +00:00
Viren Nadkarni
d0cfddebfd
EC2: Implement GetLaunchTemplateData (#6152)
* EC2: Implement GetLaunchTemplateData

* Update implementation coverage docs

* Fix test
2023-03-30 16:53:26 +01:00
github-actions[bot]
015e03764c
chore: update EC2 Instance Types (#6131)
Co-authored-by: bblommers <bblommers@users.noreply.github.com>
2023-03-28 18:09:02 +01:00
github-actions[bot]
e3fe0b0c39
chore: update EC2 Instance Offerings (#6130)
Co-authored-by: bblommers <bblommers@users.noreply.github.com>
2023-03-27 18:03:32 +01:00
Jordan Sanders
d33fe9e086
Implement CloudFormation Stack deletion for VPCs, Subnets (#6118) 2023-03-24 16:49:03 -01:00
Bert Blommers
588dd58b37
EC2: Remove duplicate AMI (#6122) 2023-03-24 09:45:06 -01:00
Viren Nadkarni
f01709f9ba
Fix DescribeInstances error due to a deleted subnet (#6112) 2023-03-23 09:26:49 -01:00
Bert Blommers
53603b01c7
EC2: create_route() should allow overlapping CIDR's (#6106) 2023-03-22 13:07:58 -01:00
github-actions[bot]
fedac8c0d8
chore: update EC2 Instance Offerings (#6088) 2023-03-20 15:59:10 -01:00
github-actions[bot]
86a00f1e4b
chore: update EC2 Instance Types (#6089) 2023-03-20 13:46:42 -01:00
Oliver Mannion
30a3df58f7
Techdebt: add typing to AMIS (#6063) 2023-03-15 22:38:20 -01:00
github-actions[bot]
6f89de5872
chore: update SSM default AMI's (#6060) 2023-03-12 21:30:56 -01:00
github-actions[bot]
d4b1f09032
chore: update EC2 Instance Offerings (#6058) 2023-03-12 21:30:15 -01:00
github-actions[bot]
076ad3ec0f
chore: update EC2 Instance Types (#6059) 2023-03-12 16:31:16 -01:00
Bert Blommers
0d7cec26b7
EC2: Revoke rules without specifying IPProtocol (#6057) 2023-03-12 15:52:15 -01:00
CiolFr
25f0c660f7
EC2: describe_security_group_rules now uses Filter-argument (#6041) 2023-03-11 22:28:16 -01:00
Bert Blommers
adfbff1095
EC2: create_vpc_endpoint() should use default policy document if not provided (#6022) 2023-03-06 23:21:02 -01:00
Viren Nadkarni
a30dbafc93
EC2: DestinationCidrBlock filter for DescribeRouteTables (#5932) 2023-03-06 12:19:23 -01:00