what is automation??

for doing something in IT world , if human will always do the related things manually , so it will take lots time and something tedious also. so do to that thing faster and in a easy way , IT world adopted automation. in automation human don’t need do the all the things manually , they can only write one code and that code will automatically do all the necessary setup. writing the code is only a one time effort and and with this code we can do that setup in multiple times. to do automation we have multiple languages , here we are using python languages.

MENU program:

for automation we created a python script in which we integrated some technologies like hadoop , aws , docker and some linux command and using this script anybody can do setup of these technologies.

features of the program:

MENU

now to use these feature user only have to press the specified no before them

DOCKER:

>> if we press 1 , then is will launch docker services for the user.

docker services

now in docker we add important features of docker. like run and stop container , docker images and we can see the status also of the docker service that it is running or not.

now user only have to press any of these no what they want to do with docker services.

>> we can watch the status of docker services , it is running or not only pressing no 1.

service running

>> press 3 to see the available images in your OS.

for launching a new docker container user have to press no 6 , then it will ask the image name to launch OS.

now you can see the new OS agitated_diffie is launched with centos:latest image.

>> press 8 to see the ip of all network card.

WEBSERVER:

sometimes to launch webserver is very harder manually but using this script we have to only press 4 and the entire setup of httpd webserver will be configured with service started.

webserver launched

AWS :

Now come to the next service of MENU that is AWS automation commands. these are some small services that this program is providing like ec2 , ebs and s3 services. we can see ec2 options :

launching the aws ec2 instance with only pressing 5 . for this user have to give some necessary information that is required to launch a instance . so give these info and OS will be launched with this script , no need to everything manually with aws gui console.

checking from console , so instance is launched.

we can do operations on instance also like start , stop or termination of that OS.

here after pressing 2 is will automatically stop the running instances, for this user have to give only instance -id.

stopped instance

these are the ebs service of this program. now creating a ebs volume .

ebs volume created

aws s3 services:

launching s3 bucket:

like this we can launch other services of this program that are mentioned in this program.

--

--