#include "../modernized-macros.ftl"/>
${section.description?html}
================================================================
LOAD TEST PRE-NOTIFICATION - SECURITY OPERATIONS
================================================================
Test Name: ${data.name}
Peak Virtual Users: ${data.peakUsers}
BANDWIDTH REQUIREMENTS
----------------------
Peak Bandwidth: ${data.peakBandwidthGbpsFormatted}
REQUEST RATES
-------------
Peak Requests/sec: ${data.peakRequestsPerSecondFormatted}
TRAFFIC SOURCE REGIONS
----------------------
<#list data.geographicDistribution as region>
${region.name?right_pad(25)} ${region.awsId?right_pad(15)} ${region.percentageFormatted}%
#list>
<#if data.geographicDistribution?size == 0>
No cloud engine regions configured.
#if>
================================================================
Please whitelist traffic from the above AWS regions.
================================================================
${section.getText("Baseline.SecurityOps.notes")}