Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.98 KB

README.md

File metadata and controls

60 lines (37 loc) · 1.98 KB

A2A

Build Status

A2A(Azure to AWS or AWS to Azure) is a cli tool that provides you service mappings for the most of the cloud offerings across the platforms.

As a DevOps/SRE engineer who works multi-cloud, this handy tool gives the correct service mappings between Azure and AWS. This can be pretty useful who is new to any of the clouds or coming from experience with a specific cloud .

Features!

Tech

A2A uses a number of open source projects to work properly:

  • [Python] - Oh surprise!
  • [Scrappy] - Python based scraping utility

Installation

$ pip install a2a

Usage

$ a2a "Firewall"
SERVICE       URL                                                       CORRESPONDING SERVICES        CORRESPONDING URLS
------------  --------------------------------------------------------  ----------------------------  -------------------------------
['Firewall']  ['https://azure.microsoft.com/services/azure-firewall/']  ['Web Application Firewall']  ['https://aws.amazon.com/waf/']

$ a2a "Codebuild"
SERVICE        URL                                    CORRESPONDING SERVICES    CORRESPONDING URLS
-------------  -------------------------------------  ------------------------  ------------------------------------------------
['CodeBuild']  ['https://aws.amazon.com/codebuild/']  ['DevOps']                ['https://azure.microsoft.com/services/devops/']

Development

Want to contribute? Great! Feel free to open an PR.

Todos

License

MIT

Free Software, Hell Yeah!