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)

Virtual Private Cloud

Amazon Virtual Private Cloud (VPC) enables you to isolate and launch AWS Resources into the virtual network. VPC closely resembles a traditional network that you define in your on-premise with the benefits of using an elastic and scalable architecture. You can define public and private subnets in your virtual cloud, and it provides an ability to extend your existing corporate network to the cloud. VPC always houses within an AWS region and cannot span the region. However, VPC can span across multiple availability zones in the given region. Spanning VPC across multiple availability zones allow you to provision redundant resources in separate availability zone while having them accessible on the same network. This forms the foundation for a high availability and fault tolerant architecture.

AWS provides a DNS server for your VPC, so each instance that you spin...