<?php // For laravel 5 based systems // /path/to/project/config/aws.php return [ 'ssh' => [ 'region' => 'YOUR_REGION', //e.g. eu-west-1 'key' => 'YOUR_KEY', 'secret' => 'YOUR_SECRET', 'group_id' => 'sg-number_from_security_group_here', //e.g. sg-124532 'ssh_port' => 22, //Be sure it matches IAM policy ] ];