About

Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. Using Amazon EC2 eliminates your need to invest in hardware up front, so you can develop and deploy applications faster. You can use Amazon EC2 to launch as many or as few virtual servers as you need, configure security and networking, and manage storage. Amazon EC2 enables you to scale up or down to handle changes in requirements or spikes in popularity, reducing your need to forecast traffic.

Why You Should Integrate

This integration will provide visibility into your AWS EC2 cloud instances within Sevco.

How Does the Integration Work

This integration pulls device objects from AWS EC2 that meet the following criteria.

  • Instances collected must be a scheduled instance and not a spot instance
  • If specified, instances contained within an autoscaling group

This data is only used internally; we do not share it with any parties outside of Sevco. Refer to our privacy policy for details.

⚠️

If you haven't already, please review our instructions for configuring the AWS integration before proceeding with the instructions below.

Configuration Options

FieldDescriptionExample
Include Auto Scaling GroupsDetermine whether to collect instances contained within an autoscaling groupn/a
Filter Young InstancesFilters out instances that have been running for less than 24 hoursn/a

External Documentation

Creating Credentials

See platform documentation for details on AWS - Creating credentials

Required Permissions

Your IAM user (Access Key ID/Secret) or newly created role (AssumeRole) should use a permission policy with at least the following permissions:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "ec2:DescribeInstances",
                "ec2:DescribeRegions",
                "ec2:DescribeAddresses",
                "ec2:DescribeNetworkInterfaces"
            ],
            "Resource": "*"
        }
    ]
}

Contact Us

If you're having problems integrating a source, or if you've found something wrong in this document, please email us at [email protected] or suggest edits directly by selecting the Suggest Edits located in the upper right hand corner of the documentation.

Tags: <on-prem/cloud>,