Nathan Peck
Search
Categories
Github
LinkedIn
All Posts
AWS Summit New York: Testing Containers Locally with Amazon ECS Local Endpoints and Docker Compose
This was a fun AWS launchpad with Uttara Sridar, about new local development features for Amazon ECS. I did a live demo of a local development process for vending IAM roles to the AWS SDK in your local containers, similarly to how the ECS task IAM roles get vended to containers running in production.
Container Office Hours: Building a container CI/CD Pipeline
In this episode I build a CI/CD pipeline that builds and updates my live containerized application, with just a Git push. I ran into a few issues during this episode, but that just makes it all the more fun!
Container Office Hours: Build your first image
In this episode Brent Langston and I sit down and walk through building a first Docker container image, including optimizing it! Enjoy!
Container Office Hours: Developing a Container App with AWS Cloud Development Kit
Containers are a powerful tool for packaging your application and running it in the cloud. In this session I took a look at the Amazon Cloud Development Kit and used it to build and deploy a container application:
Designing a modern serverless application with AWS Lambda and AWS Fargate
Recently I built and open sourced a sample application called changelogs.md. The application watches for open source packages on NPM, RubyGems, and PyPI. When a package is added or updated it crawls any changelog found in the package source code.
Setting up AWS PrivateLink for Amazon ECS, and Amazon ECR
I wrote an official AWS Compute blog article, describing how to configure AWS PrivateLink for Amazon ECS and Amazon ECR
Managing Microservice Deployments on AWS with HashiCorp Consul
A webinar about integrations between AWS and HashiCorp Consul. I got to join Anubhav Mishra and do a live demo of deploying a Consul Connect service mesh on an Amazon ECS cluster!
AWS Fargate Price Reduction – Up to 50%
I published on the official AWS compute blog, announcing a significant price reduction for AWS Fargate, up to 50% for some task sizes!
Getting started with the AWS Cloud Development Kit for Amazon ECS
I wrote an official AWS Compute blog to introduce the new AWS Cloud Development Kit abstractions for Amazon ECS
1
2
3
4
5
6
7
8
9
10
11
12
13
14