Day47 ----> 90DaysOfDevOps Challenge @TWS
Day 47: Test Knowledge on aws ๐ป ๐
Task-01
Launch an EC2 instance using the AWS Management Console and connect to it using SSH.
Install a web server on the EC2 instance and deploy a simple web application.
#!/bin/bash
sudo apt update -y
...
90daysofdevopschallenge.hashnode.dev2 min read