https://github.com/localstack-samples/wordpress-ecs-rds-cdk
Deploy Wordpress with ECS and RDS using CDK
https://github.com/localstack-samples/wordpress-ecs-rds-cdk
Last synced: 8 months ago
JSON representation
Deploy Wordpress with ECS and RDS using CDK
- Host: GitHub
- URL: https://github.com/localstack-samples/wordpress-ecs-rds-cdk
- Owner: localstack-samples
- Created: 2024-02-06T00:00:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T00:37:36.000Z (10 months ago)
- Last Synced: 2025-03-08T01:26:47.611Z (10 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://app.localstack.cloud/launchpad?url=https://github.com/localstack-samples/wordpress-ecs-rds-cdk/releases/download/latest/release-pod.zip)
[](https://github.com/localstack-samples/wordpress-ecs-rds-cdk/actions/workflows/integration-test.yml)
## Wordpress Sample
Wordpress deployed using ECS and RDS
## Quickstart
to install python requirements and developer tools (ckdlocal, awslocal) into a venv run:
make install
then, to deploy the cdk app, first start localstack and run
make deploy-local
## Tinker
After running `make install`, when you activate the virtual environment with
source .venv/bin/activate
you get the *local commands:
cdklocal
awslocal
You can for example get the name of the bucket that was created and whose name was added as an SSM parameter:
awslocal ssm get-parameter --name /artifacts/bucket
Or list the created lambdas:
awslocal lambda list-functions