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

AWS Elastic Beanstalk is true PaaS. Amazing capabilities are provided by this platform, thus making it one of the most in the development community. Developers love Elastic Beanstalk for deploying and testing their code, as they do not need to wait for the given infrastructure anymore. This platform really brought speed to the overall development, testing, and deployment of the application. This is also a true example of DevOps capability. We have learnt various deployment strategies that can be adopted with Elastic Beanstalk. We also learnt how we can modify the configuration template to satisfy our requirement. We learnt how applications can be deployed on the Elastic Beanstalk environment that we spun up. In the next chapter, we will learn another way to deploy the AWS infrastructure using CloudFormation.