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)

Auto Scaling

When we talk about elasticity in AWS, Auto Scaling is one of the services that will be used the most. Auto Scaling is such a beautiful service that every application has a reason to use it, even if there is no need to scale. This is one of the best-in-class features in the cloud, making the cloud even more popular, and is one of the most considered features in cloud migration. In the on-premise world, when there is a need to satisfy the demands of a spiky load, there is nothing you can do to satisfy it unless you have already provisioned the required capacity, irrespective of the demand load. This means we have to always overprovision the capacity to ensure that spiky load is addressed. This results in a big cost problem if your application is gaining popularity exponentially. In a traditional on-premise environment, there is no secret formula for matching demand...