https://github.com/codewithmuh/ci-cd-configurations-files
These Commands are related to AWS Codepipeline video available on my youtube channel.
https://github.com/codewithmuh/ci-cd-configurations-files
aws aws-codecommit aws-codepipeline
Last synced: 2 months ago
JSON representation
These Commands are related to AWS Codepipeline video available on my youtube channel.
- Host: GitHub
- URL: https://github.com/codewithmuh/ci-cd-configurations-files
- Owner: codewithmuh
- Created: 2023-01-24T09:26:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T11:51:45.000Z (about 1 year ago)
- Last Synced: 2025-03-14T22:43:11.359Z (4 months ago)
- Topics: aws, aws-codecommit, aws-codepipeline
- Language: Shell
- Homepage: https://youtu.be/pXNB8uAGlx8?si=uvMoFlCGPcM0j6YC
- Size: 7.81 KB
- Stars: 13
- Watchers: 1
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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