Thank you for your interest. Someone will be in touch shortly.
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;