Skip to content

AerinIT/AWS-CDK

Repository files navigation

CloudWatch Dashboard

This project sets up a CloudWatch Dashboard using AWS CDK (Cloud Development Kit). The dashboard includes various widgets displaying key metrics from an API Gateway.

Prerequisites

AWS Account AWS CLI installed and configured Node.js and npm installed AWS CDK installed

Setup

  1. Install AWS CLI

    Follow the instructions here to install AWS CLI.

  2. Configure AWS CLI

    Run the following command to configure AWS CLI with your AWS credentials:

    aws configure
    
  3. Install Node.js and npm

    Download and install Node.js from here. npm is included with Node.js.

  4. Clone the Repository

    Clone this repository to your local machine:

    git clone <repository-url>
    
    cd cloudwatch-dashboard
    
  5. Install Dependencies

    Install the necessary dependencies:

    npm install
    
  6. Deploy the Stack

    Deploy the stack to your AWS account:

    cdk deploy
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •