Code Monkey home page Code Monkey logo

amazon-connect-instance-dashboard's Introduction

Amazon Connect Instance Metrics Dashboard

This is the companion repository for the blog post Visualizing Amazon Connect instance metrics with Amazon CloudWatch.

How to Deploy the Dashboard

This AWS CDK will create an Amazon CloudWatch Dashboard which displays Connect metrics in the form of graph widgets. To deploy the dashboard in your AWS account, do the following. Note: Please make sure you login into the correct AWS Account and Region that contains your Amazon Connect instance(s).

  1. Login into your AWS account and select the appropriate Region.
  2. Open AWS CloudShell.
  3. At the terminal prompt, clone this repo: git clone https://github.com/aws-samples/amazon-connect-instance-dashboard.git . Note: if you are not using CloudShell to deploy this solution, you will need to revise bin/amazon-connect-instance-level-dashboard.ts with the correct location of the parameters file.
  4. Using a standard text editor, create a text file named dashboardparameters.json. Copy this into the file:
{
    "ConnectInstanceId": "placeholder-instance-id (36 characters)",
    "ConnnectInstanceName": "placeholder-name",
    "ConnectQueues": [
        "BasicQueue",
        "placeholder-queue-name1",
        "placeholder-queue-name2"
    ]
}
  1. Replace the placeholder values with your Connect instance details. Make sure the file contains valid JSON.
  2. Upload the dashboardparameters.json file to CloudShell using the Actions menu.
  3. In the CloudShell terminal, enter: cd amazon-connect-instance-dashboard.
  4. Then enter the following commands:
npm install
cdk bootstrap
cdk deploy
  1. After a few minutes the dashboard should be deployed.
  2. In the AWS Console, go to CloudWatch. On the left side, click Dashboards.
  3. You should see the Dashboard listed in the middle.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

amazon-connect-instance-dashboard's People

Contributors

amazon-auto avatar dependabot[bot] avatar jyjohnson avatar taylanu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

taylanu

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.