<#include "../modernized-macros.ftl"/>

${section.title}

${section.description?html}

${section.getText("Baseline.SecurityOps.copyable")}

================================================================
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}%

<#if data.geographicDistribution?size == 0>
No cloud engine regions configured.


================================================================
Please whitelist traffic from the above AWS regions.
================================================================

${section.getText("Baseline.SecurityOps.notes")}