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)

Laying Foundation for RDS Databases

Data is one of the biggest assets for any organization. Availability, accessibility, and quick recovery of that data after application failure are the most important concerns in order to get back in business. Almost everywhere, and for every application; persistent data is stored in a database. So, a database becomes a critical point in your infrastructure. This is where AWS Relational Database Service, or simply RDS, provides you with a way to provision, operate, and scale a database in the cloud. RDS helps speed up the development process by allowing quick access to the fully-featured database engine without the need to install or configure database software on the server. It also reduces the burden of ongoing database administration by taking on common tasks such as patching, backups, and security management. You can also configure RDS in...