DevOps(Day-47): Test Knowledge on AWS๐Ÿ’ป ๐Ÿ“ˆ

DevOps(Day-47): Test Knowledge on AWS๐Ÿ’ป ๐Ÿ“ˆ

ยท

1 min read

TABLE OF CONTENTS

Task-1: Monitoring a WebApp through AWS CloudWatch

  • Launch an EC2 instance using the AWS Management Console and connect to it using SSH.

    1. Create an EC2 instance as we have seen in our previous blogs.

    2. Login to the EC2 instance via SSH through Command Prompt.

  • Install a web server on the EC2 instance and deploy a simple web application.

    1. Install the Apache web server on the EC2 instance.

  1. Deploy a simple website on the Apache web server.

Now the Site is up and running.

ย