Networking & Content Delivery
Tag: Blue/Green Deployments
Achieving Zero-downtime deployments with Amazon CloudFront using blue/green continuous deployments
[An update was made on May 13, 2025]: As AWS CodeCommit is no longer available to new customers, the option has been removed from the overview diagram. Blue/green deployment is a widely used deployment technique in software development aimed at minimizing downtime and risks associated with introducing new code. The strategy involves concurrently running two […]
Using AWS Global Accelerator to achieve blue/green deployments
AWS Global Accelerator is a network layer service that directs traffic to optimal endpoints over the AWS global network, this improves the availability and performance of your internet applications. It provides two static anycast IP addresses that act as a fixed entry point to your application endpoints in a single or multiple AWS Regions, such […]