Skip to content

CDK app that deploys WordPress to AWS using ECS Fargate with RDS backend

Notifications You must be signed in to change notification settings

garysassano/cdk-aws-wordpress

Repository files navigation

cdk-aws-wordpress

CDK app that deploys WordPress to AWS using ECS Fargate with RDS backend.

Prerequisites

  • AWS:
    • Must have authenticated with Default Credentials in your local environment.
    • Must have completed the CDK bootstrapping 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:
  • Poetry:

Installation

npx projen install

Deployment

npx projen deploy

Cleanup

npx projen destroy

Architecture Diagram

Architecture Diagram

Releases

No releases published

Packages

No packages published

Languages