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)

AWS Elastic Beanstalk

Traditionally, if you wanted to deploy an application, you needed to have the underlying infrastructure ready. And, you know, infrastructure includes various servers, networking, and storage related components. So, even if you have the application code that needs to be tested ready, you need to work with your infrastructure team and get everything sorted out before you deploy and test your application. Getting the infrastructure ready and testing your code before it goes to production is seen as a long process in every organization. In this cloud era, because of the cloud capability of providing disposable or immutable infrastructures, traditional application deployment and testing has changed significantly. In the last few years, elasticity, on-demand scalability, and time to market have impacted almost every other process in the enterprise to deploy code...