A library that allows you to easily mock out tests based on AWS infrastructure.

aws boto ec2 s3
3 Open Issues Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

A library that allows you to easily mock out tests based on AWS infrastructure.

Python
#aws#boto#ec2#s3

AI Summary: The task is to debug and fix a bug in the Moto library's EC2 mock. The `modify_vpc_endpoints` function has incorrect behavior when removing subnets and adding already existing subnets. The bug causes subnets to not be removed and duplicates to be added. The solution involves reviewing and correcting the implementation of the `modify_vpc_endpoints` function within Moto's EC2 mock to ensure it correctly handles subnet addition and removal, preventing duplicates and accurately reflecting the AWS API behavior.

Complexity: 4/5
bug good first issue

A library that allows you to easily mock out tests based on AWS infrastructure.

Python
#aws#boto#ec2#s3

AI Summary: The task requires fixing a bug in the Moto library's AWS Batch implementation. The `describe_jobs` API call currently omits the `tags` property from the returned job details. The solution involves modifying Moto's internal data structures and logic to correctly include and return the `tags` associated with Batch jobs when using `describe_jobs`.

Complexity: 4/5
enhancement good first issue

A library that allows you to easily mock out tests based on AWS infrastructure.

Python
#aws#boto#ec2#s3