Giter VIP home page Giter VIP logo

deployment-template-for-avaya-aura's Introduction

Avaya Aura Template

This project assists in creating a new Avaya Aura deployment on AWS. A script (import-ova.sh) is used to assist on OVA image to AMI conversion. OVA images for the required roles (Avaya Communication Manager, should be stored in an Amazon S3 bucket.

Requirements

Terminal Access

Console access with BASH 3.2 or newer. You can use AWS CloudShell with the proper credentials. Proper credentials to list functions, pull configuration, upload code and change runtime configuration.

jq

https://stedolan.github.io/jq/

Importing OVA files

Importing OVA files leverages Amazon EC2 import image tool. Importing images requires a vmimport role with a vmie as a trusted service and S3 Bucket access.

The template import-role-template.yaml assists in creating this role. To deplyo, go to the Cloud Formation console, deploy the import-role-template.yaml file specifying the bucket where the OVA images are stored.

Next, from a CloudShell terminal in the region you are working, provide execution permissions for the script:

chmod +x import-ova.sh

The following parameters are available for the script:

-i: Initiate OVA import job.

-s: Check for import job.

-b: S3 bucket where file is stored. (required for import job) 

-f: S3 filekey of the OVA. (required for import job)

-r: region where bucket and AMI will be created.

-h: List command options.

OVA import script usage

Importing MyImage.OVA from S3 bucket 'MyBucket' in Virginia ./import-ova.sh -r us-east-1 -b MyBucket -f MyImage.OVA -i

Checking on import task MyImage.OVA in Virginia ./import-ova.sh -r us-east-1 -f MyImage.OVA -s

Aura Deployment Template

The avaya-aura-template.json template provides a starting point for deployments, including:

  1. A Virtual Private Cloud.
  2. 6 subnets(Private, Public and Management in 2 availability zones).
  3. Security Groups for bastion access, management, SBC public, SBC private, SBC management, System Manager, Communication Manager and Phones domains.
  4. Internet Gateway and NAT Gateway for Private subnets internet access (updates and patch deployment).
  5. Routes for Internet Access.
  6. Amazon EC2 instances for SBC, EMS, System Manager, Session Manager and Communication Manager.
  7. Windows Bastion host for remote access.

Deployment

  1. Download the avaya-aura-template.json file and use it to create a stack in the Cloud Formation console.
  2. Provide the AMI IDs as generated by the import script
  3. Update the details for the required HA roles and associated addressing.

deployment-template-for-avaya-aura's People

Contributors

amazon-auto avatar vpalomog avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

craigspaz

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.