a2a

Finds corresponding service offerings in Microsoft Azure and Amazon AWS .


Keywords
aws, service, mapping, map, amazon
License
MIT
Install
pip install a2a==0.44

Documentation

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

Dillinger 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

  • Write Tests
  • Add Support for GCP

License

MIT

Free Software, Hell Yeah!