https://github.com/garysassano/cdk-aws-wordpress
CDK app that deploys WordPress to AWS using ECS Fargate with RDS backend
https://github.com/garysassano/cdk-aws-wordpress
aws aws-cdk aws-cdk-python cdk ecs ecs-fargate fargate rds rds-mysql wordpress
Last synced: about 2 months ago
JSON representation
CDK app that deploys WordPress to AWS using ECS Fargate with RDS backend
- Host: GitHub
- URL: https://github.com/garysassano/cdk-aws-wordpress
- Owner: garysassano
- Created: 2023-03-02T05:52:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T09:55:41.000Z (10 months ago)
- Last Synced: 2025-01-31T13:14:11.904Z (4 months ago)
- Topics: aws, aws-cdk, aws-cdk-python, cdk, ecs, ecs-fargate, fargate, rds, rds-mysql, wordpress
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cdk-aws-wordpress
CDK app that deploys WordPress to AWS using ECS Fargate with RDS backend.
## Prerequisites
- **_AWS:_**
- Must have authenticated with [Default Credentials](https://docs.aws.amazon.com/cdk/v2/guide/cli.html#cli_auth) in your local environment.
- Must have completed the [CDK bootstrapping](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html) for the target AWS environment.
- Must have created a Public Hosted Zone in Route 53, which will be used as `WP_DOMAIN`.
- Must have set the `WP_DOMAIN` and `WP_IMAGE` variables in your local environment.
- **_Node.js + npm:_**
- Must be [installed](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) in your system.
- **_Poetry:_**
- Must be [installed](https://python-poetry.org/docs/#installation) in your system.## Installation
```sh
npx projen install
```## Deployment
```sh
npx projen deploy
```## Cleanup
```sh
npx projen destroy
```## Architecture Diagram
