AWS DevOps: Deploy WordPress on EC2 with CodeDeploy.

Опубликовано: 12 Октябрь 2024
на канале: Unus AWS
415
15

This video shows how to deploy WordPress blog tool onto an amazon linux EC2. It also shows how to update/redeploy the software later using CodeDeploy

Cheatsheet with steps for this lab:
https://github.com/unuste37/YTResourc...

Useful Docs:
CodeDeploy: https://docs.aws.amazon.com/codedeplo...
CodeDeploy FAQ: https://aws.amazon.com/codedeploy/faqs/

AWS CodeDeploy is a fully managed deployment service provided by AWS. It helps automate the deployment of applications to various computing services such as Amazon EC2 instances, AWS Lambda functions, and instances running on-premises. CodeDeploy makes it easier to release new features and updates while minimizing downtime during the deployment process.

Key features of AWS CodeDeploy include:
1) Automated deployments 2) Rollback Capabilities. 3) Support for Blue green deployments 4) Supports deployments to a variety of compute platforms