weblog of key_amb

主にIT関連の技術メモ

Released Perl5 AWS::CLI::Config

Sometimes I wanted to access the configuration information of AWS CLI in Perl.

So I've created a perl module -- AWS::CLI::Config. It's available in CPAN.

There has already been nice module Net::Amazon::Config which fetches info from ~/.amazon/profile.conf(by default).

But there were two problems.

  • The default path of configuration of AWS CLI is different from that of Net::Amazon::Config.
  • AWS CLI configuration is determined also by environment variables.

That's the motivation to write the module.

If you find any problems or have any suggestion about this module, please let me know by GitHub Issues or by anyway.