Book Image

AWS Tools for PowerShell 6

By : Ramesh Waghmare
Book Image

AWS Tools for PowerShell 6

By: Ramesh Waghmare

Overview of this book

AWS Tools for PowerShell 6 shows you exactly how to automate all the aspects of AWS. You can take advantage of the amazing power of the cloud, yet add powerful scripts and mechanisms to perform common tasks faster than ever before. This book expands on the Amazon documentation with real-world, useful examples and production-ready scripts to automate all the aspects of your new cloud platform. It will cover topics such as managing Windows with PowerShell, setting up security services, administering database services, and deploying and managing networking. You will also explore advanced topics such as PowerShell authoring techniques, and configuring and managing storage and content delivery. By the end of this book, you will be able to use Amazon Web Services to automate and manage Windows servers. You will also have gained a good understanding of automating the AWS infrastructure using simple coding.
Table of Contents (17 chapters)

Summary

Building network components carefully on AWS is a key for your cloud success. This helps you design your portion of the cloud securely. Remember that security in the cloud is a shared responsibility. Designing and securing your own network falls under the customer area of responsibility. AWS Virtual Private Cloud can help you to define, isolate, and secure your network in the cloud. In addition, it provides you with an ability to extend your on-premise network to the cloud. We have discussed several VPC components in the chapter, which form the basis for your AWS network. Understanding how to build your wall brick by brick helps you in designing your network. We have seen several key components such as Route Tables, IGW, NAT Gateway, Subnets, NACL, and Security Groups. In the next chapter, you will learn how to spin up resources in the VPC that you built.

...