Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
AWS Tools for PowerShell 6

You're reading from   AWS Tools for PowerShell 6 Administrate, maintain, and automate your infrastructure with ease

Arrow left icon
Product type Paperback
Published in Aug 2017
Publisher
ISBN-13 9781785884078
Length 372 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Ramesh Waghmare Ramesh Waghmare
Author Profile Icon Ramesh Waghmare
Ramesh Waghmare
Arrow right icon
View More author details
Toc

Table of Contents (23) Chapters Close

Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. PowerShell Essentials FREE CHAPTER 2. The AWS Overview 3. Installing PowerShell Core and AWS Tools 4. AWS Identity and Access Management 5. AWS Virtual Private Cloud 6. AWS Elastic Compute Cloud 7. AWS Simple Storage Service 8. Elastic Load Balancer 9. Auto Scaling 10. Laying Foundation for RDS Databases 11. DB Instance Administration and Management 12. Working with RDS Read Replicas 13. AWS Elastic Beanstalk 14. AWS CloudFormation 15. AWS CloudWatch 16. AWS Resource Auditing

Standby mode


Auto Scaling provides you with an option for transition from an InService EC2 instance to Standby mode, so that you can perform the required maintenance, update the EC2, and join the instance back to the Auto Scaling Group. When an instance is transitioned to the Standby mode, it does not receive any traffic from the load balancer, but it is still part of the Auto Scaling Group.

As soon as an EC2 instance is transitioned to the Standby state, Auto Scaling will decrement the desired capacity. This is to avoid launching the new instance while you have this instance on standby. If you tell Auto Scaling not to decrement the desired capacity, then a new EC2 instance will be launched as a replacement. Once the instance is in standby mode, Auto Scaling does not perform any health checks on the instance. You can use the Enter-ASStandby cmdlet to transition the EC2 instance into standby mode.

PS C:\> Enter-ASStandby -InstanceId i-05ba9441e9d65e0ff -AutoScalingGroupName WebAppASG -ShouldDecrementDesiredCapacity...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images