Introduction
Adobe ColdFusion is a web development tool that gives developers the ability to develop and deploy cloud-native applications with ease. In this post, we will demonstrate how you can run your Adobe ColdFusion applications on Amazon Elastic Container Service (Amazon ECS) with AWS Fargate, as well as, use AWS CodeDeploy to perform blue/green deployments.
By containerizing your web application, you can break apart monolithic applications, accelerate your software development, and modernize your deployment practices using automation. AWS Fargate is a serverless compute engine for containers that works with both Amazon ECS and Amazon Elastic Kubernetes Service (Amazon EKS). Fargate removes the need to provision and manage servers, giving you…
Source link