Posts

Automation of tasks in RedHat8 using Python

Image
 What is Automation Automation is the process of making things happen by themselves with just giving a trigger by human being. Automation is not only limited to computers it has huge demand in all the fields. This helps to reduce the time consumption by each time manually doing a task and mainly avoids errors. There are many tools in industry for automation like Ansible, Puppet, Selenium, Jenkins. Ansible is the automation tool which is built using python and it is available as a library in python. As python is the foundation for ansible if  for any task the ansible is not supporting then we can build code for that task using python. This will reduce the time to complete task as time is most important factor in industry. AWS Tasks 1. Configure AWS CLI 2. Login into AWS account 3. EC2 4. EBS 5. S3 6. Cloud Front 7. IAM In AWS there are sub menus, which are regarding particular service. Configuring AWS CLI will download and install it. To access any service in AWS first we need ...