Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: --exclude-services does not seem to work #384

Open
dietmar-mueller opened this issue Sep 19, 2024 · 1 comment
Open

cli: --exclude-services does not seem to work #384

dietmar-mueller opened this issue Sep 19, 2024 · 1 comment

Comments

@dietmar-mueller
Copy link

i query several regions via cli and have hang-ups in some regions. to ensure that the jobs are finalized, i monitor the jobs and their output (debug) and exclude the service that was last logged.

this is the procedure

if i then exclude this problematic service with the parameter: --exclude-services, i still see requests for this service in the log and at the end the command gets stuck at this point again

the complete call is

node former2.cli\cli\main.js generate --region ap-south-1 --output-cloudformation ap-south-1.yaml --debug --exclude-services “EC2”

the last outputs in the log are:

1726740148288: sdkcall : EC2.getManagedPrefixListEntries - {“PrefixListId”: “pl-78a54011”}
1726740148290: sdkcall : EC2.getManagedPrefixListEntries - {“PrefixListId”: “pl-9aa247f3”}
1726740148952: sdkcall : EC2.describeCarrierGateways - {}
1726740149579: sdkcall : NetworkFirewall.listFirewalls - {}
Skipping NetworkFirewall.listFirewalls AccessDeniedException
1726740150222: sdkcall : NetworkFirewall.listFirewallPolicies - {}
Skipping NetworkFirewall.listFirewallPolicies AccessDeniedException
1726740150831: sdkcall : NetworkFirewall.listRuleGroups - {}
Skipping NetworkFirewall.listRuleGroups AccessDeniedException
1726740151453: sdkcall : EC2.describeNetworkInsightsPaths - {}
1726740152089: sdkcall : EC2.describeNetworkInsightsAnalyses - {}
1726740152708: sdkcall : EC2.describeTransitGatewayMulticastDomains - {}
1726740153321: sdkcall : EC2.describeTransitGatewayConnects - {}
1726740154026: sdkcall : EC2.describeTransitGatewayPeeringAttachments - {}
1726740154630: sdkcall : EC2.describeNetworkInsightsAccessScopes - {}
1726740155259: sdkcall : EC2.describeNetworkInsightsAccessScopes - {}
████████████████████████████████████████ 99% (146/147 services completed)

i have already tried different positions of this --exclude-services parameter.
i checked the call via powershell and cmd and saw the same behavior (i cross-checked this because of the masking of the argument)

based on the last debug output

1726740155259: sdkcall : EC2.describeNetworkInsightsAccessScopes

I interpret EC2 as a valid service name

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

No branches or pull requests

2 participants
@dietmar-mueller and others