A Cloud Architect's Top 10 Picks from AWS re:Invent 2023

Handpicked Tech Highlights

Back from AWS re:Invent 2023, I must say the experience was truly beyond expectations, both on a human and a technological level. I've shared some thoughts on the human aspect in a LinkedIn post, but the tech side was equally impressive. This has inspired me to craft a list of my top 10 picks from the event.

Many create such lists before the event, picking from the catalog, but I chose to wait until after, selecting sessions that genuinely caught my interest. This means I can also share session videos here for a more in-depth look. Even though this method means missing out on the informal 'Chalk Talk' sessions that aren’t recorded, the diverse and rich selection of other sessions I've included more than compensates for this.

In this personal "technical summary" of my experience in Las Vegas, I've opted to provide valuable content for fellow cloud architects rather than chase the latest announcements. So, here are my top 10 sessions tailored for architects, curated to deliver real value and practical insights for professionals in my field.


Keynote with Dr. Werner Vogels

At this year's re:Invent, Dr. Werner Vogels delivered a keynote that once again highlighted why he's a standout figure in the tech world. Known for his engaging keynotes, he didn't disappoint, blending his unique informal yet insightful style with content that goes beyond the usual.

My key takeaways:

  1. The Frugal Architect: Vogels took an unexpected turn away from the anticipated focus on Generative AI, instead revisiting the core principles of software architecture in his presentation of "The Frugal Architect". He emphasized the importance of cost as a fundamental, non-functional requirement, connecting it to broader themes like sustainability. This return to basic principles served as a grounding reminder in an otherwise rapidly evolving tech landscape.

  2. A Stage for Women's Voices: In a notable move, the stage at this year's keynote was dedicated to women. From the all-female string quartet that played during the wait to the women co-presenters, the keynote covered significant topics such as access to credit in emerging countries, the role of technology in addressing child sexual abuse, and the application of AI in medical research. The depth and breadth of these discussions were remarkable, providing a platform for diverse and expert voices.

  3. Beyond Platform Updates: While updates to the AWS platform were part of the keynote, they took a backseat to more inspirational and engaging content. Vogels used his platform to inspire and involve the audience, showcasing the true purpose of a keynote.


Refactoring to Serverless

In this session, Gregor Hohpe discusses the benefits of serverless computing, emphasizing how it reduces the time spent managing infrastructure and simplifies application development through the use of managed cloud services. It also highlights the role of AWS CDK (Cloud Development Kit) in configuring these services, blurring the lines between application code and automation code.

My key takeaways:

  1. Efficiency Through Serverless: Serverless computing not only minimizes the overhead of infrastructure management but also streamlines application code, resulting in more reliable and maintainable applications.

  2. Managed Cloud Services: The session advocates for replacing custom code with fully managed cloud services, which can significantly enhance application reliability and ease of maintenance.

  3. Refactoring and Separation of Concerns: As automation code and application code overlap, the session suggests refactoring applications to better leverage the AWS Cloud and separate business logic from application topology, leading to cleaner and more efficient designs.


Gain confidence in system correctness & resilience with formal methods

In this session, the focus is on the challenges of designing and testing distributed applications, systems, and services. The session highlights the use of formal methods, specifically the P programming language, as a tool for early bug detection and ensuring the correctness of distributed systems, with AWS as a case study.

My key takeaways:

  1. Challenges in Distributed System Design: Distributed systems pose significant design and testing challenges. Design bugs can often go unnoticed during traditional design reviews and automated testing, only to surface in production environments, leading to costly issues.

  2. Formal Methods with P Programming Language: The session emphasizes the use of formal methods, leveraging the P programming language. P is an open-source, state-machine-based programming language that enables early discovery of design bugs in distributed systems. It offers a systematic way to model and analyze such systems; this not only enhances the overall quality of distributed systems but also accelerates developer velocity, enabling faster innovation and deployment.


Composable architecture using Amazon DynamoDB and domain-driven design

In this session, my fellow AWS Hero Anurag Kale discusses the challenges that enterprises face when building software, including domain complexity, unclear application boundaries, and a gap between business needs and software implementation. The session focuses on how domain-driven design (DDD) practices can help address these issues.

My key takeaways:

  1. Domain-Driven Design (DDD) Practices: DDD emphasizes understanding the domain thoroughly and using a shared "ubiquitous language" to bridge the gap between business stakeholders and developers.

  2. Aggregates: Aggregates are clusters of related domain objects that are treated as a single unit. Understanding and defining aggregates correctly can lead to more maintainable and scalable software.

  3. Bounded Context: The concept of bounded context is explained, emphasizing the need to establish clear boundaries and context-specific definitions within a software system. This helps in avoiding conflicts and misunderstandings when different parts of the organization have different interpretations of the same domain terms.

  4. Amazon DynamoDB Single-Table Design: The session also discusses how the Amazon DynamoDB single-table design process aligns with DDD recommendations for aggregates. This design approach can help organizations effectively model and store data in DynamoDB while maintaining consistency and performance.


Building APIs: Choosing the best API solution & strategy for workloads

In this session, developers are provided with insights into building large-scale distributed applications that communicate through various methods like REST, GraphQL, WebSockets, and more. The session emphasizes the importance of choosing the right API technology for your applications, considering access patterns and features of different options.

My key takeaways:

  1. Diverse Communication Methods: Developers are challenged with building applications that communicate in multiple ways, such as REST, GraphQL, and WebSockets. Understanding these methods and their suitability for different scenarios is crucial.

  2. API Technology Evaluation: Choosing the appropriate API technology is not just about using the latest trend but understanding the access patterns and requirements of your application. It's important to consider factors like scalability, security, and ease of development.

  3. AWS Options: The session introduces various AWS services, including Amazon API Gateway, AWS AppSync, and Amazon VPC Lattice, highlighting their features and benefits. This knowledge enables developers to make informed decisions when selecting the right tools for their specific use cases.


Resilient architectures at scale: Real-world use cases from Amazon .com

In this session, Amazon .com shares its extensive experience in scaling and building resilient systems, drawing from over two decades of expertise.

My key takeaways:

  1. Chaos Engineering: Amazon .com employs chaos engineering as a strategy to enhance resilience. This involves deliberately introducing failures into systems to understand how they respond and improve their fault tolerance.

  2. Cell-Based Architecture: The session introduces the concept of cell-based architecture, which helps in creating resilient systems by breaking them down into smaller, independent units or cells. This approach enhances isolation and reduces the blast radius of failures.

  3. Multi-Account Observability: Amazon .com emphasizes the importance of multi-account observability, enabling teams to gain insights and monitor system health across multiple accounts and regions, ensuring early detection of issues.

  4. Multi-Site Architectures: The session discusses the benefits of multi-site architectures, which help ensure business continuity and resilience by distributing services across different geographic locations.


Advanced integration patterns & trade-offs for loosely coupled systems

The session discussed the challenges faced by modern applications that are distributed and composed of decoupled components. These applications interact with APIs, publish events, call third-party services, and externalize states.

My key takeaways:

  1. Challenges of Distributed Systems: Modern applications seldom operate in isolation and must handle various aspects of distributed systems, such as out-of-order delivery, idempotence, and partial failures. Understanding and addressing these challenges is crucial for building reliable and efficient distributed applications.

  2. Design Trade-offs: Architects and developers need to balance various factors like consistency, availability, and partition tolerance (CAP theorem) based on the specific requirements of their application.

  3. Design Patterns: These patterns provide reusable solutions to common problems, making it easier to implement robust and efficient distributed applications.


Do modern cloud applications lock you in?

In this session, Gregor Hohpe (again) focuses on the trade-offs and considerations that developers and organizations face.

My key takeaways:

  1. Managed Services vs. Portability: The session discusses how modern cloud applications heavily rely on fully managed services, which simplify infrastructure management. However, it raises the question of whether this increased reliance on cloud services makes it more challenging to move applications elsewhere, thus highlighting a potential trade-off between ease of management and portability.

  2. Abstraction Layers and In-House Platforms: The session explores the concept of abstraction layers and in-house platforms as potential solutions to mitigate the lock-in associated with using managed services. It discusses whether these approaches can offer the best of both worlds by providing the benefits of managed services while maintaining some level of portability and control.

  3. Decoupling and Cloud Costs: Another interesting point is the impact of decoupling applications on cloud costs. It examines whether decoupling, which can improve scalability and resilience, may inadvertently lead to increased cloud expenses, providing valuable insights for cost-conscious organizations.

  4. Lock-In Beyond Service Usage: Cloud lock-in is not solely a result of the specific services used but also involves other factors, such as data formats, APIs, and proprietary tooling. Understanding the broader aspects of lock-in is crucial for making informed decisions about cloud architecture.


Best practices for serverless developers

In this session about serverless architectures and performance optimization, the speaker delves into key strategies for building secure, high-scale, and high-performance serverless applications.

My key takeaways:

  1. Optimizing Serverless Applications: The session covers advanced techniques and best practices for optimizing serverless applications. It likely includes insights into how to fine-tune code, manage resources efficiently, and make the most of AWS serverless services to enhance performance while minimizing costs.

  2. Scaling with Events: One of the key takeaways is likely to revolve around the use of events to facilitate the automatic scaling of serverless applications. The session may provide insights into how to design applications that can seamlessly handle varying workloads by leveraging event-driven architectures.

  3. Security in Serverless: The session addresses advanced security considerations for serverless applications. This could involve strategies for protecting data and ensuring the integrity of serverless functions, considering the unique characteristics of serverless computing.


Advanced serverless workflow patterns and best practices

In this session, targeted at experienced serverless developers working with AWS Step Functions workflows, attendees are guided through harnessing the full potential of Step Functions for production workloads. The session delves into key architectural best practices, repeatable patterns, and cost optimization strategies for building serverless applications using AWS Step Functions.

My key takeaways:

  1. Architectural Best Practices: The session covers essential architectural best practices, providing attendees with guidance on structuring their AWS Step Functions workflows effectively. This includes choosing between Express and Standard workflows, and understanding when to employ Map states, Parallel states, or nested workflows to optimize application design.

  2. Cost Optimization Strategies: Cost optimization is a crucial aspect of serverless development, and the session offers insights into how to optimize costs effectively while using AWS Step Functions.

  3. Security and High-Scale Performance: Security and high-scale performance are paramount in serverless applications. The session equips attendees with cheat codes and expert tips to build secure, high-scale, and high-performance serverless applications.


...it's a wrap!

Closing this chapter on re:Invent 2023, the selection of sessions reflects a journey through meaningful and relevant aspects of cloud architecture. The focus extended beyond just new developments to include sessions that truly align with the practical realities and future directions in our field. I hope this curated list offers valuable perspectives and sparks further exploration and innovation as we continue to evolve in the world of cloud technology.

And if you're looking for more insightful re:Invent recaps, be sure to check out the reports from Ran and Johannes.