PHPackages                             guenbakku/simple-aws-manager - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. guenbakku/simple-aws-manager

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

guenbakku/simple-aws-manager
============================

Simple CakePHP Plugin for managing AWS resources

0.0.3(8y ago)020[2 issues](https://github.com/guenbakku/simple-aws-manager/issues)MITPHPPHP &gt;=7.0

Since Jul 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/guenbakku/simple-aws-manager)[ Packagist](https://packagist.org/packages/guenbakku/simple-aws-manager)[ RSS](/packages/guenbakku-simple-aws-manager/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

Simple AWS Manager
==================

[](#simple-aws-manager)

A simple CakePHP 3 plugin for managing AWS resources. Currently this can only list and restart EC2 instances.

Requirement
-----------

[](#requirement)

- PHP 7.0 or higher
- CakePHP 3.4 or higher

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require guenbakku/simple-aws-manager

```

Configure:
----------

[](#configure)

### Load plugin

[](#load-plugin)

Add following into bottom of your `bootstrap.php`:

```
Plugin::load('Guenbakku/Sam', ['bootstrap' => true, 'routes' => true]);
```

### Configure AWS credentials

[](#configure-aws-credentials)

Create file `sam.php` in your directory `config` with following content:

```
