article thumbnail

Microservices on AWS [Video]

Dzone - DevOps

In this tutorial, I will explain different CI/CD concepts and tools provided by AWS for continuous integration and continuous delivery. I will be creating a Spring Boot microservice and deploy it to AWS EC2 instances running behind an application load balancer in an automated way using the AWS Code Pipeline.

article thumbnail

Building Resilient Public Networking on AWS: Part 2

Xebia

Public Application Load Balancer (ALB): Establishes an ALB, integrating the previous SSL/TLS certificate for enhanced security. Public Application Load Balancer (ALB): Establishes an ALB, integrating the previous certificate. The ALB serves as the entry point for our web container.

AWS 147
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

What is DevOps and How Can It Help Your Organization?

Apps Associates

We utilize Continuous Integration (CI) and Continuous Delivery (CD) to execute fast build and deployment of applications. Our customer was looking for a low cost, secure solution for integrating Oracle Service Cloud (OSC) with their on-prem Oracle E-Business Suite environments. Infrastructure Deployment.

DevOps 52
article thumbnail

Canary vs blue-green deployment to reduce enterprise downtime

CircleCI

Now, continuous integration and continuous deployment (CI/CD) pipelines that automate application build, test, and deployment help keep environments up as much as possible, and speed up the deployment process. Multiple application nodes or containers distributed behind a load balancer.

article thumbnail

Deploy a Clojure web application to AWS using Terraform

CircleCI

You will also need to sign up for: CircleCI account - CircleCI is a continuous integration and delivery platform. When the web application starts in its ECS task container, it will have to connect to the database task container via a load balancer. We will see more on this in the section below. Enter a value: yes.

AWS 96
article thumbnail

NetOps for Application Developers: Understanding the Importance of Network Operations in Modern Development

Kentik

As these applications scale, and engineering for reliability comes into the forefront, DevOps engineers begin to rely on networking concepts like load balancing, auto-scaling, traffic management, and network security.

Network 64
article thumbnail

Blue-Green Deployments: A Definition and Introductory Guide

LaunchDarkly

This deployment process involves creating two identical instances of a production app behind a load balancer. At any given time, one app is responding to user traffic, while the other app receives constant updates from your team’s continuous integration (CI) server. The blue environment is live. Current state.