Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering AWS Security - Second Edition

You're reading from  Mastering AWS Security - Second Edition

Product type Book
Published in Apr 2024
Publisher Packt
ISBN-13 9781805125440
Pages 370 pages
Edition 2nd Edition
Languages
Author (1):
Laurent Mathieu Laurent Mathieu
Profile icon Laurent Mathieu

Table of Contents (20) Chapters

Preface 1. Part 1: Foundations of AWS Security
2. Chapter 1: Introduction to AWS Security Concepts and the Shared Responsibility Model 3. Chapter 2: Infrastructure Security – Keeping Your VPC secure 4. Chapter 3: Identity and Access Management – Securing Users, Roles, and Policies 5. Chapter 4: Data Protection – Encryption, Key Management, and Data Storage Best Practices 6. Chapter 5: Introduction to AWS Security Services 7. Part 2: Architecting and Deploying Secure AWS Environments
8. Chapter 6: Designing Secure Microservices Architectures in AWS 9. Chapter 7: Implementing Security for Serverless Deployments 10. Chapter 8: Secure Design Patterns for Multi-Tenancy in Shared Environments 11. Chapter 9: Automate Everything to Build Immutable and Ephemeral Resources 12. Part 3: Monitoring, Automation and Continuous Improvement
13. Chapter 10: Advanced Logging, Auditing, and Monitoring in AWS 14. Chapter 11: Security Compliance with AWS Config, AWS Security Hub, and Automated Remediation 15. Chapter 12: DevSecOps – Integrating Security into CI/CD Pipelines 16. Chapter 13: Keeping Up with Evolving AWS Security Best Practices and Threat Landscape 17. Chapter 14: Closing Note 18. Index 19. Other Books You May Enjoy

Securing Lambda functions

Securing Lambda functions is a critical aspect of cloud-native applications running in serverless architectures. Lambda functions can be triggered by various services and external sources. This makes them a potential entry point for malicious activities. This section aims to provide a comprehensive guide to securing Lambda functions, focusing on best practices and AWS-specific features.

Code integrity

Code integrity is the foundation of any secure application. Ensuring that the code running in your Lambda functions is exactly what you expect it to be is crucial for preventing unauthorized modifications and injections. Here, we will delve into several methods to ensure the integrity of your Lambda function code.

Code signing

Code signing is a crucial method for verifying the integrity of your Lambda function code. By attaching a digital signature, Lambda ensures that only signed and authorized code packages are deployed. This process adds a robust...

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 $15.99/month. Cancel anytime}