Total Pageviews

Search This Blog

Copyright to Cloud TechNet organization . Powered by Blogger.

Pages

Blogger templates

Wednesday, 1 March 2023

How to install CodeDeploy install on Amazon Linux | Git | Cloudtechnet


 To install CodeDeploy agent on Amazon Linux, you can follow these steps:

  1. Log in to your Amazon Linux instance using SSH.

  2. Update the package manager by running the following command:

    sudo yum update -y

  3. Install the CodeDeploy agent by running the following command:

    sudo yum install -y ruby

    sudo yum install -y aws-cli wget https://aws-codedeploy-ap-south-1.s3.ap-south-1.amazonaws.com/latest/install chmod +x ./install sudo ./install auto