Category: Software, github, automation, yaml

These applications demand a centralized file share that scales to petabytes without disrupting running applications and remains concurrently accessible from potentially thousands of Amazon EC2 instances.

One environment (blue) is running the current application version, and one environment (green) is running the new application version.

Utilize Amazon EFS to create a shared directory that stores and serves code and content for numerous applications.

In this blog post, I will guide you through an automated process to deploy a sample web application on Amazon EC2 instances utilizing Amazon EFS mount to host application source code, and utilizing a blue/green deployment with AWS code suite services in order to deploy the application source code with no downtime.

To troubleshoot any service-related issues, see the following links: Now that you have tested the solution, here are some additional points worth noting: Follow these steps to delete the components and avoid any future incurring charges: In this blog post, you learned how to set up a complete CI/CD pipeline for conducting a blue/green deployment on EC2 instances utilizing Amazon EFS file share as mount point to host application source code.

Related Articles