Buckshot Technologies CloudMapper Documentation / User Guide

User Guide

Learn how to use CloudMapper to visualize AWS network topology and manage user access across regions

Getting Started

First Login

Access CloudMapper through your web browser using the URL provided during installation:

# HTTP access (automatically redirects to HTTPS)
http://your-cloudmapper-instance-ip

# Direct HTTPS access
https://your-cloudmapper-instance-ip

After logging in with the default credentials, you can configure OIDC integration or continue using internal user management.

Region Configuration

CloudMapper automatically discovers your AWS account using the EC2 instance's IAM role. You only need to specify which regions contain your workloads:

Region Configuration Interface

Configure regions containing your AWS workloads

  • Region Selection: Choose AWS regions that contain your infrastructure
  • Automatic Discovery: CloudMapper uses the instance's IAM role for read-only access
  • No Account Setup: No additional AWS account configuration required
  • Single Account: CloudMapper operates within the current AWS account only

Select Active Regions

Select the specific regions where your workloads are deployed:

Select Regions Interface

Select regions for network topology discovery

  1. Navigate to the Settings → Regions
  2. Select regions containing your AWS resources
  3. CloudMapper will automatically discover network topology
  4. View real-time network diagrams and relationships
  5. Export diagrams for documentation and compliance

Network Dashboard

The CloudMapper dashboard provides a comprehensive view of your AWS network topology and infrastructure across selected regions.

Network Topology Dashboard

Interactive network topology diagram showing AWS infrastructure relationships

Dashboard Features

VPC Selection Interface

Select and filter VPCs across regions for focused analysis

VPC Network Diagram

Detailed VPC network topology with subnets and connectivity

Network Topology
  • Real-time network diagrams
  • VPC and subnet relationships
  • Cross-region connectivity
  • Interactive visual exploration
Multi-Region View
  • Unified cross-region topology
  • Region-specific resource filtering
  • Automatic resource discovery
  • Read-only access via IAM role
Pro Tip

Use the dashboard filters to focus on specific regions, resource types, or time periods. Save frequently used filter combinations as custom views.

Network Discovery

CloudMapper automatically discovers and maps your AWS network infrastructure across selected regions, creating detailed topology diagrams using the EC2 instance's read-only IAM permissions.

Supported AWS Components

Network-Focused Discovery

CloudMapper specializes in AWS network topology visualization, focusing on:

  • VPC architecture and relationships
  • Subnet configurations and routing
  • Gateway and connectivity components
  • Cross-region network topology
  • VPC endpoints and private connectivity
  • Network traffic flow visualization

Automatic Network Discovery

How It Works:
  1. CloudMapper uses the EC2 instance's IAM role for read-only access
  2. Automatically discovers network resources in selected regions
  3. Continuously updates topology diagrams as resources change
  4. No manual scanning or account configuration required
  5. Single AWS account operation - no cross-account support

Regional Network Mapping

CloudMapper provides comprehensive network topology across your selected AWS regions:

  • Real-time Discovery: Continuous network resource discovery and mapping
  • Cross-Region Topology: Unified view of network connections across regions
  • Read-Only Access: Uses instance IAM role for secure, read-only resource access
  • No Configuration: Automatic discovery without manual setup or scanning

Topology Visualization

CloudMapper provides multiple visualization options to help you understand your infrastructure architecture.

Network Topology View

Interactive network topology diagram

  • Interactive drag-and-drop interface
  • Hierarchical resource grouping
  • Connection flow visualization
  • Real-time status indicators

Export & Reports

Export network diagrams as PDF documents for documentation, compliance reporting, and sharing with your team.

Print to PDF Export

CloudMapper provides a simple and effective way to export your network diagrams as PDF documents using your browser's print functionality.

Features:
  • High-quality PDF output optimized for printing and sharing
  • Preserves diagram layout, colors, and detailed network information
  • Professional format suitable for documentation and compliance reports
  • Works with any modern web browser's built-in PDF capabilities

PDF Export via Browser Print

Export Process:
  1. Navigate to the network diagram you want to export
  2. Click the "Print" button in the CloudMapper interface
  3. A new browser window will open with the print-optimized diagram
  4. Use your browser's print function (Ctrl+P or Cmd+P)
  5. Select "Save as PDF" as the destination
  6. Choose your preferred PDF settings and save the file

User Management & Authentication

CloudMapper supports both OIDC integration with external identity providers and internal user management with strong password policies and two-factor authentication.

OIDC Configuration Form

OIDC integration configuration interface

User Management Interface

Internal user management with role-based access

Authentication Options

Internal User Management
  • Strong password policies
  • Two-factor authentication (2FA)
  • Role-based access control
  • Session management
  • Audit logging
OIDC Integration
  • Azure AD / Entra ID
  • Google Workspace
  • Okta
  • Auth0
  • Any OIDC-compliant provider

Internal User Management

Create Users
Create User Interface

User creation with role assignment and security settings

  • Navigate to Settings → User Management
  • Click "Add User" to create new accounts
  • Set strong passwords meeting policy requirements
  • Assign appropriate roles and permissions
  • Enable two-factor authentication for enhanced security
OIDC Configuration
{
  "client_id": "your-client-id",
  "client_secret": "your-client-secret",
  "discovery_url": "https://your-provider.com/.well-known/openid-configuration",
  "redirect_uri": "https://your-cloudmapper.com/auth/callback",
  "scopes": ["openid", "profile", "email"]
}
  • Register CloudMapper as an OIDC application in your provider
  • Configure the OIDC settings in CloudMapper
  • Map user attributes and roles appropriately
Security Features
  • Password Policies: Minimum length, complexity, and expiration requirements
  • Two-Factor Authentication: TOTP support for additional security
  • Session Management: Configurable session timeouts and concurrent session limits
  • Audit Logging: Complete authentication and authorization event logging
  • Role-Based Access: Granular permissions for different user types