Nathan Peck
Search
Categories
Github
LinkedIn
All Posts
The Critical Role of Engineering in Your Cloud Center of Excellence Panel
I presented in a panel on building a cloud center of excellence at CloudLive 2020, organized by CloudHealth by VMware. The panel was led by Deb MacCallum, and the other panelists were Riley Jenkins, and Brent Strong.
Advanced Workload Scheduling for containers on AWS
This deck was part of a builder session at AWS re:Invent 2019. It introduces some of the container scheduling strategies, then covers GPU scheduling, and container dependency ordering.
Infrastructure as Code for Containers
This deck was part of a builder session at AWS re:Invent 2019. It introduces the basics of AWS CDK, what it is and why you might consider using it.
Announcing the Amazon ECS CLI v2
Launch blog for the Amazon ECS CLI v2, with a basic walkthrough of new functionality. Article published during re:Invent 2019 on the official AWS container blog
AWS CDK + AWS App Mesh demo
Created a demo application that combines AWS CDK and AWS App Mesh. It has a custom construct you can use to easily launch an Amazon ECS service that is part of a mesh
Develop a Web App Using Amazon ECS and AWS Cloud Development Kit
I presented an AWS Tech Talk on the benefits of building with AWS Cloud Development Kit, then showed some of the higher level constructs and tooling that AWS CDK offers for containerized applications, and finished off with a live demo.
AWS Summit New York: Build Your First Containerized App with AWS CDK
This super fun AWS Launchpad session streamed live on Twitch at the New York AWS Summit. I got to talk about the new AWS Cloud Development Kit with Uttara Sridar, Nicki Stone, and Brandon West:
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!
1
2
3
4
5
6
7
8
9
10
11
12
13
14