Setting Up AWS CodeDeploy Agent on Ubuntu EC2

access_time 1676026740000 face Shubham Londhe
Setting Up AWS CodeDeploy Agent on Ubuntu EC2 Setup an AWS CodeDeploy Agent in simple steps Its easy :) In order to deploy your app to EC2, CodeDeploy needs an agent which actually deploys the code on your EC2. So let's set it up. Create a shell script with the below contents and run it #!/bin/bash...