...
How Often Should It Fire?
To adjust how often the CloudWatchProfiler sends batches of metrics to CloudWatch, go to the lib-stackConfiguation project. Under Under src/main/resources locate the stack.properties.xml file. The "org.sagebionetworks.coud.watch.trigger= " can be sent to a period of time in milliseconds.
To set to default trigger time of one minute (60,000 milliseconds) stack.properties should match below example.
#AmazonWebServices CloudWatch Profiler's Trigger time in milliseconds
org.sagebionetworks.cloud.watch.trigger=60000
...