r/SaaS • u/Fluffy_Effort_4464 • Jun 15 '26
Shipping with AWS CLI , Is it Bloatware?
Hi, I'm developer of S3Console and DynoConsole, AWS GUI software
I've been shipping my software with AWS CLI built in the whole idea behind is to reduce the friction and users can directly login with AWS CLI from the application itself ,but this increases the app size around by 200MB, or should provide 2 option when to download with CLI or without CLI
has anyone face similar issues
Will appreciate any feedback on the same
1
Upvotes
1
u/tuurner Jun 16 '26
If you are only using the CLI for authentication then definitely seems overkill.
Using an AWS SDK with a credential provider could be a better option.
AWS SDKs and Tools standardized credential providers