- AWS Networking Cookbook
- Satyajit Das Jhalak Modi
- 401字
- 2021-07-02 19:41:24
What this book covers
Chapter 1, Getting Started with AWS Networking Components, helps first timers to create AWS account and users. It guides readers for creating simple AWS networking components from Console and creating first EC2 instance in AWS. It also guides to configure AWS CLI.
Chapter 2, Building Your Own Custom VPC, walks through all the necessary steps to different network components in AWS. It guides how to build subnetworks, firewalls, and routing in AWS. It also provides a recipe for creating and connecting to your instance hosted in AWS.
Chapter 3, VPC Advanced Components, provides advanced recipes for adding multiple network interfaces to EC2, connecting to Windows and Linux instance. Then it guides to create high available solutions through horizontal scaling using load balancer and launch configuration. It also provides a recipe for connecting multiple VPCs in a region.
Chapter 4, Configuring Global Scale Infrastructure, focuses on creating global scale network infrastructure by connecting VPCs across AWS regions or creating a communication channel between VPC and the corporate data center. It also provides a recipe for creating network components from CLI and how to make AWS resources IPv6 compliant.
Chapter 5, Working with Infrastructure Automation, provides flexibility to automate network resources such as VPC, subnet, and NAT gateway using Cloudformation and Ansible. Don’t worry, this chapter also explains how to set up Cloudformation and Ansible and related playbooks. There are various sample playbooks for you to play with.
Chapter 6, Working with Route 53, gives an overall understanding of how DNS works and the different routing policies. This recipe will guide you from buying a domain to creating a highly available DNS routing. This chapter also covers setting up private DNS and monitoring the DNS resources.
Chapter 7, Cloud Security and Network Compliance, turns your attention to security. This chapter will help you understand how to prevent and mitigate various attacks such as DDOS and Port scanning using different AWS services (CloudFront, Elastic Load Balancer, Auto Scaling Group, CloudWatch, Trusted Advisor, and CloudTrail)
Chapter 8, Troubleshooting and VPC Limits, concentrates various troubleshooting and support issues. It covers most common error messages and configuration problems. The chapter also includes information on how and where you can get support to increase the VPC resource limits
Chapter 9, Pricing of VPC and Related Components, guides you to calculate pricing of the infrastructure that you are going to build in AWS.
- Spring Boot 2實戰之旅
- 數據結構和算法基礎(Java語言實現)
- C# Programming Cookbook
- ASP.NET動態網頁設計教程(第三版)
- Django:Web Development with Python
- Cassandra Design Patterns(Second Edition)
- Learn WebAssembly
- Visual Basic程序設計習題解答與上機指導
- TypeScript實戰指南
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- 學習正則表達式
- iPhone應用開發從入門到精通
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- 深度學習原理與PyTorch實戰(第2版)
- Vue.js 3應用開發與核心源碼解析