Beispiel #1
0
 private function getAlarmActions()
 {
     return array('arn:aws:automate:' . $this->config->getRegion() . ':ec2:terminate', 'arn:aws:sns:' . $this->config->getRegion() . ':682510200394:TerminateInstanceBecauseIdle');
 }
Beispiel #2
0
 private function getConnectionOptions()
 {
     return array('key' => $this->config->getAccessKey(), 'secret' => $this->config->getSecretKey(), 'region' => $this->config->getRegion());
 }