Table of contents
- Day 47: Test Knowledge on aws π» π
- Task-01
- Task-02
- Create an Auto Scaling group using the AWS Management Console and configure it to launch EC2 instances in response to changes in demand.
- Use Amazon CloudWatch to monitor the performance of the Auto Scaling group and the EC2 instances and troubleshoot any issues that arise.
- Use the AWS CLI to view the state of the Auto Scaling group and the EC2 instances and verify that the correct number of instances are running.
- Day 47 task is complete!
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
# Install Apache2
sudo apt install -y apache2
# Start Apache2 service
sudo systemctl start apache2
# Enable Apache2 to start on boot
sudo systemctl enable apache2
Monitor the EC2 instance using Amazon CloudWatch and troubleshoot any issues that arise.
Task-02
Create an Auto Scaling group using the AWS Management Console and configure it to launch EC2 instances in response to changes in demand.
Use Amazon CloudWatch to monitor the performance of the Auto Scaling group and the EC2 instances and troubleshoot any issues that arise.
Use the AWS CLI to view the state of the Auto Scaling group and the EC2 instances and verify that the correct number of instances are running.
We hope that these tasks will give you hands-on experience with aws services and help you understand how these services work together. If you have any questions or face any issues while doing the tasks, please write in the comments.
Happy Learning :)
Day 47 task is complete!
90DaysOfDevOps Tasksπ
Β