Coder Social home page Coder Social logo

akamai-tools's Introduction

Bash Utils for working with the Akamai CDN

staging-cli.sh

Bash script that is able to extract the currently used Edge Servers IP addresses for Akamai-hosted domains and apply these IPs into the /etc/hosts file to route the local traffic to Akamai Staging network. This is useful to test changes on Akamai Staging before deploying to production.

Requirements

  • jq - Command-line JSON processor
  • bash - GNU Bourne-Again SHell
  • dig - DNS lookup utility

staging-cli.py

Python flavor of the above ...

Requirements

  • python3

Usage

   $ ./staging-cli.sh
   Usage: ./staging-cli.sh [ apply | build | init | clean | reset ]
  • apply - applies the already built IP-Host entries into the main /etc/hosts. This needs to be run as sudo.
  • build - this takes the configuration file with the hostnames and builds the IP-Host mapping. This needs to be run first before the apply action can be used.
  • init - initialization of the tool. This takes a backup of the default values in /etc/hosts and stores them locally for reference.
  • clean - clears the built IP-Host mapping from disk -- ./hosts.staging
  • reset - reverts the /etc/hosts into the default state. This needs to be run as sudo -- sudo cp ./hosts.default /etc/hosts

Typical examples

   $ ./staging-cli.sh init # initialize the tool
   $ vim ./staging-hostnames-list.txt # edit the list hostnames manually
   $ ./staging-cli.sh build # build the IP-Host mapping
   $ sudo ./staging-cli.sh apply # apply the built mapping into /etc/hosts
   $ sudo ./staging-cli.sh reset # revert the /etc/hosts into the default state
   $ ./staging-cli.sh clean # clear the built IP-Host mapping from disk

akamai-tools's People

Contributors

wooshcz avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.