https://github.com/codemonauts/craft-aws
https://github.com/codemonauts/craft-aws
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemonauts/craft-aws
- Owner: codemonauts
- License: mit
- Created: 2019-04-06T18:44:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T08:33:11.000Z (almost 3 years ago)
- Last Synced: 2025-04-18T01:49:54.523Z (11 months ago)
- Language: PHP
- Size: 62.5 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AWS Plugin for Craft CMS

Let's run Craft CMS in a high-available AWS infrastructure with Cloudfront, S3, Loadbalancer, Auto Scaling, ElastiCache, RDS and much more.
## Background
If you want to run Craft CMS the way the AWS infrastructure enables you to, you'll quickly face some difficulties.
This plugin solves some of the worst challenges running Craft CMS 3 with Cloudfront, ALB and Auto Scaling.
These challenges are:
-Storing and distribution of the **control panel resources** through a bucket without the use of a shared file system (like EFS for example).
-Detection of Cloudfront-Requests and using the included **device detection** to replace the Craft CMS function isMobileBrowser() (which does not work behind Cloudfront anymore).
Everybody who would like to contribute their experience and know-how is welcome.
## Requirements
- Craft CMS >= 4.0.0
## Installation
Open your terminal and go to your Craft project:
``` shell
cd /path/to/project
composer require codemonauts/craft-aws
./craft plugin/install aws
```
You can also install the plugin via the Plugin Store in the Craft Control Panel.
With ❤ by [codemonauts](https://codemonauts.com)