Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building Resilient Architectures on AWS

You're reading from   Building Resilient Architectures on AWS A practical guide to architecting cost-efficient, resilient solutions in AWS

Arrow left icon
Product type Paperback
Published in Dec 2024
Publisher Packt
ISBN-13 9781835887103
Length 346 pages
Edition 1st Edition
Tools
Arrow right icon
Authors (3):
Arrow left icon
Ajit Puthiyavettle Ajit Puthiyavettle
Author Profile Icon Ajit Puthiyavettle
Ajit Puthiyavettle
Rodrigue Koffi Rodrigue Koffi
Author Profile Icon Rodrigue Koffi
Rodrigue Koffi
Imaya Kumar Jagannathan Imaya Kumar Jagannathan
Author Profile Icon Imaya Kumar Jagannathan
Imaya Kumar Jagannathan
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Preface 1. Part 1: Setting the Stage – Learning the Basics of Designing Resilient Architectures FREE CHAPTER
2. Chapter 1: Understanding Resilience Concepts 3. Chapter 2: Implementing Resilient Compute and Auto Scaling 4. Chapter 3: Securing and Backing Up Critical Data 5. Chapter 4: Orchestrating Graceful Degradation 6. Chapter 5: Exploring the AWS Shared Responsibility Model 7. Part 2: Building Resilient Cloud Architectures on AWS
8. Chapter 6: Learning AWS Well-Architected Principles for Resiliency 9. Chapter 7: Architecting Fault-Tolerant Applications 10. Chapter 8: Resiliency Considerations for Serverless Applications 11. Chapter 9: Using Containers to Improve Resiliency 12. Chapter 10: Resilient Architectures Across Regions 13. Part 3: Validating Your Architecture for Resiliency
14. Chapter 11: Examples of Resilient Architecture 15. Chapter 12: Observability, Auditing, and Continuous Improvement 16. Chapter 13: Performing Chaos Engineering Testing 17. Chapter 14: Disaster Recovery Planning and Testing 18. Chapter 15: Finalize Building Resilient Architecture Using AWS Resilience Services 19. Index 20. Other Books You May Enjoy

Inter-service communication with containers

In a microservices architecture, where applications are decomposed into multiple independent services, efficient and reliable inter-service communication is crucial. Containerized environments add an additional layer of complexity, as services are often distributed across multiple containers and hosts. Ensuring seamless communication between these services is essential for maintaining the resiliency and performance of the overall application.

There are several approaches to facilitating inter-service communication in containerized environments, each with its own advantages and trade-offs.

Service discovery

Service discovery mechanisms enable services to locate and communicate with each other dynamically, without relying on hardcoded IP addresses or ports. AWS Cloud Map and Kubernetes DNS are examples of service discovery solutions that can be used in containerized environments. For ECS and EKS, AWS provides different service discovery...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime