AWS Compute Blog

Tag: CI/CD

Best practices to optimize your Amazon EC2 Spot Instances usage

This blog post is written by Pranaya Anshu, EC2 PMM, and Sid Ambatipudi, EC2 Compute GTM Specialist. Amazon EC2 Spot Instances are a powerful tool that thousands of customers use to optimize their compute costs. The National Football League (NFL) is an example of customer using Spot Instances, leveraging 4000 EC2 Spot Instances across more […]

Cost Optimize your Jenkins CI/CD pipelines using EC2 Spot Instances

Author: Rajesh Kesaraju, Sr. Specialist Solution Architect, EC2 Spot Instances In this blog post, I go over using Amazon EC2 Spot Instances on continuous integration and continuous deployment (CI/CD) workloads, via the popular open-source automation server Jenkins. I also break down the steps required to adopt Spot Instances into your CI/CD pipelines for cost optimization purposes. In this blog, I explain […]

Machine Learning with AWS Fargate and AWS CodePipeline at Corteva Agriscience

This post contributed by Duke Takle and Kevin Hayes at Corteva Agriscience At Corteva Agriscience, the agricultural division of DowDuPont, our purpose is to enrich the lives of those who produce and those who consume, ensuring progress for generations to come. As a global business, we support a network of research stations to improve agricultural […]

Building, deploying, and operating containerized applications with AWS Fargate

This post was contributed by Jason Umiker, AWS Solutions Architect. Whether it’s helping facilitate a journey to microservices or deploying existing tools more easily and repeatably, many customers are moving toward containerized infrastructure and workflows. AWS provides many of the services and mechanisms to help you with that. In this post, I show you how […]

Set Up a Continuous Delivery Pipeline for Containers Using AWS CodePipeline and Amazon ECS

This post contributed by Abby Fuller, AWS Senior Technical Evangelist Last week, AWS announced support for Amazon Elastic Container Service (ECS) targets (including AWS Fargate) in AWS CodePipeline. This support makes it easier to create a continuous delivery pipeline for container-based applications and microservices. Building and deploying containerized services manually is slow and prone to errors. Continuous delivery […]

Continuous Deployment for Serverless Applications

With a continuous deployment infrastructure, developers can quickly and safely release new features and bug fixes for their applications without manually triggering any deployment scripts. Amazon Web Services offers a number of products that make the creation of deployment pipelines easier: AWS CodePipeline AWS CodeCommit AWS CodeBuild – newly launched A typical serverless application consists […]

Building, Testing and Deploying Java applications on AWS Lambda using Maven and Jenkins

Jeff NunnSolutions Architect With continuous integration (the practice of continually integrating code into a shared code repository) and continuous deployment (the practice of building, testing, and deploying code often), developers can release software faster and more frequently. This post shows how the principles of code testing, continuous integration, and continuous deployment can be applied to […]