Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Amazon EC2

You're reading from   Mastering Amazon EC2 Unravel the complexities of EC2 to build robust and resilient applications

Arrow left icon
Product type Paperback
Published in May 2024
Publisher Packt
ISBN-13 9781804616680
Length 404 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Badri Kesavan Badri Kesavan
Author Profile Icon Badri Kesavan
Badri Kesavan
Arrow right icon
View More author details
Toc

Table of Contents (21) Chapters Close

Preface 1. Part 1:Diving into Amazon EC2 Fundamentals
2. Chapter 1: Introduction to Amazon EC2 and Its Benefits FREE CHAPTER 3. Chapter 2: Understanding Core Components of Amazon EC2 4. Chapter 3: Creating and Managing Amazon Machine Images (AMI) 5. Chapter 4: Choosing the Right Amazon EC2 Instance Type and Size 6. Chapter 5: Networking and Connectivity in Amazon EC2 7. Chapter 6: Implementing Security Best Practices in Amazon EC2 8. Part 2: Building a Resilient Application on Amazon EC2
9. Chapter 7: Load Balancing and Auto Scaling with Elastic Load Balancer and Auto Scaling Groups 10. Chapter 8: Understanding and Optimizing Amazon EC2 Storage Options 11. Chapter 9: Optimizing Performance with Amazon EC2 Placement Groups and Pricing Model 12. Chapter 10: Monitoring, Logging, and Maintenance with Amazon CloudWatch, AWS CloudTrail, and Backup Strategies 13. Chapter 11: Automating Amazon EC2 – AWS CloudFormation and Infrastructure as Code 14. Part 3: Advanced Amazon EC2 Concepts and Use Cases
15. Chapter 12: Containerization and Serverless Computing in Amazon EC2 16. Chapter 13: Leveraging AWS Services for Hybrid and Multi-Cloud Architectures 17. Chapter 14: Optimizing Amazon EC2 for High-Performance Computing, Big Data, and Disaster Recovery Strategies 18. Chapter 15: Migrating, Modernizing, and Ensuring Compliance in Amazon EC2 Environments 19. Index 20. Other Books You May Enjoy

Security groups and network ACLs

In this section, we will explore security groups and network ACLs and how these protective tools work to help us keep our AWS space safe. We will also explore how to set them up correctly and understand their key differences.

Introduction to security groups

Security groups are basically a virtual firewall for your EC2 instances, providing you with the control to regulate the inbound and outbound traffic at the instance level. Each security group is built with a set of rules that control the incoming and outgoing traffic of the associated EC2 instances, allowing you to refine and implement your firewall strategy with granular precision.

By design, security groups are stateful, which means that any traffic you permit to the EC2 instance is tracked and the corresponding outbound traffic is allowed to leave the instance automatically. The same is applied in the alternative direction too, i.e., if traffic is permitted by a security group to leave...

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
Banner background image