Thank you for contacting Aqua. We will be in touch shortly.
You are signing into a sub-account from this parent account. To return to the parent account, select "Exit Sub-Account" from the user menu at the top right-hand corner of the screen.
Deploy CloudFormation StackSet to all regions simultaneously. Requires StackSet pre-requisites to be configured.
Deploy a CloudFormation Stack in each region you would like to monitor. Requires deployment to each region separately.
$scriptPath = 'https://resources.cloudsploit.com/production/events_ps_script';$script = (New-Object System.Net.WebClient).DownloadString($scriptPath);$scriptBlock = [Scriptblock]::Create($script);Invoke-Command -ScriptBlock $scriptBlock;
$scriptPath = 'https://resources.cloudsploit.com/production/events_gcp_script' & curl $scriptPath -O & sh events_gcp_script $UUID