Skip to content

codewithmuh/ci-cd-configurations-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ci-cd-configurations-files

Commands: We have used in Our Video

$ wget https://Bucket-name.s3.Region-identifier.amazonaws.com/latest/install

Next up, we need to change the permission on the install file we will get after running the command above.

$ chmod +x ./install

Finally, to install the codedeploy-agent, run this command:

$ sudo ./install auto > /tmp/logfile

Here we are logging the output of the installation to the /tmp/logfile file. To check if the codedeploy-agent is running, enter this command:

$ sudo service codedeploy-agent status

If it is not running, enter this command to start the codedeploy-agent service:

$ sudo service codedeploy-agent status

About

These Commands are related to AWS Codepipeline video available on my youtube channel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages