Skip to content

MethodAWS: Clean Up#156

Merged
payoub125 merged 3 commits intodevelopfrom
aws-cli-clean-up
Mar 3, 2026
Merged

MethodAWS: Clean Up#156
payoub125 merged 3 commits intodevelopfrom
aws-cli-clean-up

Conversation

@payoub125
Copy link
Copy Markdown
Contributor

@payoub125 payoub125 commented Mar 2, 2026

Note

Medium Risk
Touches multiple AWS enumerators (IAM, API Gateway, EC2/EKS/RDS, Route53, WAF, load balancers, S3, Lambda) to change pagination and error semantics, which can affect completeness/performance and downstream expectations. IAM now fetches attached policy documents for all policies and adds a new exclude flag, increasing API call volume and potential permission/throttling failures.

Overview
Improves AWS resource enumeration robustness by adding missing pagination (API Gateway v1/v2 routes/domains/keys/plans, EKS clusters, WAF WebACLs) and switching several list helpers to return partial results plus accumulated errors instead of failing fast (EC2, RDS, Route53, load balancers, Route53 DNS records).

Renames IAM’s exclude option from default roles to AWS-managed roles (exclude-aws-managed-roles), updates the Fern config schema accordingly, and removes the isCustomerManaged policy flag while attempting to retrieve policy documents for all attached role policies.

Hardens multiple enumerators against nil fields and improves context propagation (e.g., Lambda container functions with nil Handler, optional VPC/timeout/memory/ephemeral storage, EKS certificate authority checks, SecurityGroup referenced group fields, and using request ctx for S3/Lambda paginators).

Written by Cursor Bugbot for commit 995b6a3. This will update automatically on new commits. Configure here.

@payoub125 payoub125 self-assigned this Mar 2, 2026
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@payoub125 payoub125 enabled auto-merge (squash) March 3, 2026 13:33
@payoub125 payoub125 merged commit d3296a6 into develop Mar 3, 2026
15 checks passed
@payoub125 payoub125 deleted the aws-cli-clean-up branch March 3, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants