From 58b71f7b355e1b90e6c86370a0622707962a7c81 Mon Sep 17 00:00:00 2001 From: evelyngreeves <89016177+evelyngreeves@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:18:44 +0000 Subject: [PATCH] Update title of readme overview --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0fe770..0f49cda 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -# Create Your Own AWS Instance Overview +# Automated Management of AWS Instances Overview This module teaches how to manage Amazon Web Services (AWS) instances — each instance being a Linux virtual machine. Using Bash Shell scripts, it is shown how to configure, create, stop, start, and delete, one or multiple instances with a single invocation of a script.