An open API service indexing awesome lists of open source software.

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

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

![Architecture Diagram](./cdk_aws_wordpress/assets/arch.svg)