Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2023.1

...

Requirements

  • The AWS machine must to satisfy Load Test minimal hardware requirements. See See System Requirements.
  • You must have an existing security group or create a new security group (described in the following section) with port 8189 open. 

...

  1. Log into the AWS console and choose IMAGES> IMAGES > AMIs.
  2. Choose Public Images from from search drop-down menu and search for the "Parasoft Load Test" agent.  This This agent is a public AMI available in all regions.
  3. Choose the Parasoft Load Test Agent AMI version that matches your version of Load Test and click Launch.
  4. Choose an instance type that matches the expected load. 

    Info
    titleAbout Instance Types

    Some instances, such as T2 instances, can be only launched into a Virtual Private Cloud (VPC), while other instances, such as M3 instances, can be launched into the EC2-Classic network. If you choose a VPC type instance, you need to make sure that your instance will receive an IPv4 address. For example, a VPC type instance launched in a default subnet receives a public IPv4 address, while other VPC configurations may not receive a IPv4 address automatically. Each EC2-Classic type instance automatically receives an IPv4 address. For more information see Amazon EC2 and Amazon Virtual Private Cloud [https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-vpc.html#differences-ec2-classic-vpc] section of the AWS documentation.

  5. Configure the instance. No changes are required for EC2-Classic type instances. For VPC type make sure your instance will receive a public IPv4 address.

  6. Set the storage to 20 GiB.
  7. (Optional) Add tags. We recommend at least adding a name tag, e.g., for example, Key=Name, Value=Parasoft Load Test Agent 9.10.3.
  8. Create a new security group if group if you are launching a Load Test Agent AMI for the first time. You can call it "Parasoft Load Test Agent" for clarity. A security group must have the following rule to allow Load Test Controller to Agent communication:

    Scroll Table Layout
    widths30%,70%

    TypeCustom TCP Rule
    ProtocolTCP
    Port Range8189
    Source0.0.0.0/0 to allow communication from all IPs. You can also limit to the IP rule of your choice.
    DescriptionLoad Test Agent Port

    Add an SSH port to the group if you are planning to SSH to the instance you are launching.

  9. Choose Proceed without a key pair. If you are planning to SSH to the instance, choose an existing key pair or create a new one.

...