Prerequisites

2 min

Required Tools

Before starting this workshop, ensure you have the following tools installed:

AWS CLI

bash
# Check installation
aws --version

# Should output: aws-cli/2.x.x or higher

kubectl

bash
# Check installation
kubectl version --client

# Should output: Client Version: v1.28.0 or higher

eksctl

bash
# Check installation
eksctl version

# Should output: 0.150.0 or higher

Helm

bash
# Check installation
helm version

# Should output: version.BuildInfo{Version:"v3.x.x"}

AWS Requirements

Splunk Observability Cloud

You’ll need:

Getting Splunk Credentials

In Splunk Observability Cloud:

  1. Navigate to SettingsAccess Tokens
  2. Create a new token with Ingest permissions
  3. Note your realm from the URL: https://app.<realm>.signalfx.com

Cost Considerations

AWS Costs (Approximate)

Estimated Total: ~$380-400/month for lab environment

Splunk Costs

Warning

Remember to clean up resources after completing the workshop to avoid ongoing charges.

Time Estimate