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)

Environment types

Before we discuss the various deployment models that are supported by Elastic Beanstalk, it makes much more sense to understand the various environment types that are provided for you to choose from when deploying your applications on the Beanstalk platform. There are two environment types:

  • Single instance environment: When you choose this option, you get one EC2 instance with one Auto Scaling Group. Though you will have selected a single instance environment, you get one Auto Scaling Group, which will allow your single instance environment to self-heal if your EC2 instance becomes unresponsive. Beanstalk does not provision a load balancer in this type of environment. One Elastic IP will be allocated and assigned to the instance.

If you are creating an environment via the AWS Console, you choose Environment type by clicking on the Capacity section of the Choose...