Nathan Peck
Search
Categories
Github
LinkedIn
All Posts
AWS on Air ft. Amazon Personalize
Darko Mesaros and I did an interview for AWS on Air, with James Jory, about AWS Personalize, and how it unlocks the information trapped in product descriptions, reviews, movie synopses or other unstructured text to generate highly relevant recommendations for users.
The Gamer Guide to Playing Amazon Web Services (AWS)
If you have played an MMORPG then you know the feeling of starting out in a new game. Your character is level one. You have a vast open world to explore, and there are tons of game systems and gear and skills to learn about.
AWS Podcast - Introducing Amazon ECS Anywhere
I joined Nicki Stone on air for Episode #453 of the AWS Podcast, to talk about the launch of Amazon ECS Anywhere. You can also see a video demo of ECS Anywhere that I recorded.
AWS What's Next - Amazon ECS Anywhere Launch
For this episode of AWS What’s Next I talked about the launch of Amazon ECS Anywhere, and I gave a demo of my Raspberry Pi homelab running Amazon ECS tasks.
Amazon ECS Scalability Best Practices
Note: There is now an updated version of this presentation available on Containers on AWS: “Amazon ECS Scalability Best Practices” On May 26th I gave a talk on best practices for scaling with Amazon ECS.
Building an Amazon ECS Anywhere home lab with Amazon VPC network connectivity
I wrote a launch article about Amazon ECS Anywhere, with a Raspberry Pi homelab build that has Amazon VPC networking connectivity.
Amazon ECS Networking Best Practices
I contributed a best practices guide on networking for containerized services orchestrated by Amazon ECS. You can find an embedded version of the guide as I originally wrote it at release, or look at the latest live version on the AWS documentation site.
Building early microservice boundaries that you won't regret later
Over the years I’ve seen developer enthusiasm for microservices rise and fall. Some developers become staunch advocates of microservice architecture, while others become disillusioned with distributed systems and now favor monolithic architecture.
Connecting to an interactive shell on your containers running in AWS Fargate using AWS Copilot
I wrote one of the official launch blogs for ECS Exec, a new feature that provides a `docker exec` equivalent for ECS + EC2, and ECS + Fargate
1
2
3
4
5
6
7
8
9
10
11
12
13