927 Commits

Author SHA1 Message Date
Pepe Fagoaga
0b4889ad37
feat(ec2): Add Instance Monitoring attribute (#6678) 2023-08-16 21:55:24 +00:00
github-actions[bot]
1a15742490
chore: update EC2 Instance Offerings (#6648) 2023-08-13 16:31:58 +00:00
github-actions[bot]
0785f1ef0c
chore: update EC2 Instance Types (#6649) 2023-08-13 10:20:45 +00:00
github-actions[bot]
577b71285d
chore: update EC2 Instance Offerings (#6605) 2023-08-06 14:40:33 +00:00
github-actions[bot]
21c9d91dad
chore: update EC2 Instance Types (#6606) 2023-08-06 14:39:36 +00:00
github-actions[bot]
d3816d82da
chore: update SSM Instance AMI's (#6581) 2023-08-01 21:38:21 +00:00
Bert Blommers
58a981a002
EC2: describe_vpc_endpoint_services() now returns user-defined ones (#6578) 2023-08-01 09:29:20 +00:00
github-actions[bot]
4263b99aa3
chore: update EC2 Instance Offerings (#6571)
Co-authored-by: bblommers <bblommers@users.noreply.github.com>
2023-07-30 18:37:23 +00:00
github-actions[bot]
7ad7ef0e2a
chore: update EC2 Instance Types (#6572) 2023-07-30 14:27:22 +00:00
Viren Nadkarni
5fbb1391e9
VPC: Add CloudFront, Ground Station and Lattice prefix lists (#6540) 2023-07-25 21:58:50 +00:00
github-actions[bot]
f703decd42
chore: update EC2 Instance Offerings (#6554) 2023-07-23 21:02:28 +00:00
github-actions[bot]
0bba0f3aba
chore: update EC2 Instance Types (#6555) 2023-07-23 20:42:29 +00:00
Bert Blommers
e26cfe7dc6
Techdebt: MyPy: Remove unused ignores (#6542) 2023-07-20 15:46:54 +00:00
github-actions[bot]
e3727fd40e
chore: update EC2 Instance Offerings (#6526) 2023-07-18 11:12:00 +00:00
github-actions[bot]
d26d8cbd0b
chore: update EC2 Instance Types (#6528) 2023-07-16 10:55:49 +00:00
github-actions[bot]
9ff5fae7c3
chore: update EC2 Instance Offerings (#6498) 2023-07-10 21:04:54 +00:00
github-actions[bot]
1b2dfbaf56
chore: update EC2 Instance Types (#6499) 2023-07-09 22:22:55 +00:00
David
7f43889ef6
EC2: fix DescribeLaunchTemplateVersions default response (#6477) 2023-07-04 09:36:34 +00:00
github-actions[bot]
bc67c9410d
chore: update SSM Instance AMI's (#6471) 2023-07-04 09:33:26 +00:00
David
3f528f5428
EC2: add GroupId to SecurityGroupRules (#6437) 2023-06-29 09:07:52 +00:00
github-actions[bot]
ed2b3430c8
chore: update EC2 Instance Types (#6443) 2023-06-25 22:42:47 +00:00
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