Why CORS exists, how it works, and how to use it to properly setup cross-origin requests.
Run Low-Cost Serverless Java in AWS Lambda (VIDEO)
Discover how easy it is to build, test, and deploy Java applications using the AWS Serverless Application Model (SAM).
How to Deploy Eureka into AWS ECS
Discover how to setup Eureka in AWS ECS following an example project.
Using Jenkins and Kaniko to build Docker images in AWS
Running Jenkins in AWS is simple using Fargate, but what if we need Jenkins itself to build Docker images? Learn how to use Kaniko from Jenkins to easily build and push a Docker image, keeping your CI pipelines totally serverless.
Deploying Jenkins into AWS ECS using CDK
Deploying Jenkins into AWS ECS requires careful consideration to make sure you’re following best-practice. Learn how to deploy a production-ready Jenkins instance in just a few lines of code, using the power of the AWS Cloud Development Kit (CDK).
5 ways to inject secrets from AWS into Jenkins pipelines
Jenkins provides first-class support for injecting Jenkins-defined credentials into pipelines and freestyle projects. With time, this approach can become cumbersome to manage. Discover 5 better ways to manage secrets required by your Jenkins jobs, instead using AWS for the heavy lifting.
3 surprising facts about AWS SQS FIFO queues
The first-in-first-out (FIFO) queue is the type of AWS SQS queue that guarantees order and provides exactly once delivery of messages. That sounds great, but there are some other important features to understand to avoid unexpected queue behaviour. In this article you’ll discover the 3 most important caveats with SQS FIFO queues. 1) If a […]
Running Jenkins slave agents in another VPC using VPC endpoints
With this advanced tutorial, you’ll learn how to implement a common use case of deploying Jenkins slave agents into another VPC within the same AWS account.
3 options for cross-account VPC access in AWS
Using separate AWS accounts provides strong separation of resources, which is great until the point you need cross-account access from a VPC in one account to another. In this article you’ll learn 3 ways to setup a secure connection across accounts, with full working examples you can try out yourself. Why do we need cross-account […]
Integrating AWS CodeBuild into Jenkins pipelines
Discover some of the reasons you might want to consider using AWS CodeBuild from within your Jenkins pipeline. Then learn how to do it.