AWS Linux VM
Automatic installation of the Spyderbat AWS Agent on an AWS EC2 instance
Prerequisites
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"ec2:Describe*",
"eks:List*",
"eks:Describe*",
"organizations:ListDelegatedAdministrators",
"organizations:DescribeOrganization",
"organizations:DescribeOrganizationalUnit",
"organizations:DescribeAccount",
"organizations:ListAWSServiceAccessForOrganization",
"iam:Get*",
"iam:List*",
"iam:Put*",
"ecr:Describe*",
"ecr:List*",
"ecr:Get*"
],
"Resource": "*"
}
]
}Step-by-Step Deployment
Step 1: Launch an AWS VM
Step 2: Connect to the VM and Install Dependencies
Step 3: Install the Spyderbat AWS Agent


Step 4: Verify Integration
Managing the AWS Agent Service
Troubleshooting
Next Steps
Last updated
Was this helpful?