AWS Observability Quickstart
This guide will walk you through setting up Sumo Logic's AWS Observability integration.
Prerequisites
You will need the AWS CLI command installed and configured for your AWS account.
Select/Change the enabled AWS region where you want to deploy the solution.
Example: How to change your default AWS region to us-west-1?
Run the following command with AWS region as us-west-1.aws configure set region us-west-1
Installation
- Windows
- Linux / Mac
Get your Sumo Logic Access ID and Access Key, replace SUMO_ACCESS_ID
and SUMO_ACCESS_KEY
with the generated values, and run the following command:
$uri="https://raw.githubusercontent.com/SumoLogic/sumologic-solution-templates/master/aws-observability/scripts/AWSOAutoSetupScript/DeployAWSOWin.ps1";$path=".\DeployAWSOWin.ps1";(New-Object System.Net.WebClient).DownloadFile($uri, $path);
.\DeployAWSOWin.ps1 <SUMO_ACCESS_ID> <SUMO_ACCESS_KEY>
Get your Sumo Logic Access ID and Access Key, replace SUMO_ACCESS_ID
and SUMO_ACCESS_KEY
with the generated values, and run the following command:
wget "https://raw.githubusercontent.com/SumoLogic/sumologic-solution-templates/master/aws-observability/scripts/AWSOAutoSetupScript/DeployAWSOPosix.sh"
chmod +x DeployAWSOPosix.sh
./DeployAWSOPosix.sh <SUMO_ACCESS_ID> <SUMO_ACCESS_KEY>
Multi-account and region
If you need to add support for multiple AWS accounts or multiple regions, refer to the Sumo Logic documentation for CloudFormation or Terraform.