DevOps C5 Course Assignment
Task 2:- Problem Statement: We are creating a script that will ensure the following components:
- Once executed, it should update the package details.
- Check whether the HTTP Apache server is already installed. If not present, then it installs the server.
- It should ensures that HTTP Apache server is enabled and running
- It must ensure tar file should be present in the correct format and then copied to the S3 bucket
- The script should run with root privileges
- Finally, we need to create a tag named ‘Automation-v0.1’ after it merge the ‘Dev’ branch to the main branch