Skip to content

As part of the AWS Tutorial Series YouTube channel here is the repository for the series Code Deploy.

Notifications You must be signed in to change notification settings

amitsdalal/code_deploy_example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

1.) Pass this info in userdata while setting up instance or do this post installation.

yum update -y

yum install awscli wget ruby -y

cd /home/ec2-user/

wget https://aws-codedeploy-$(curl -s 169.254.169.254/latest/meta-data/placement/availability-zone | sed 's/.$//').s3.amazonaws.com/latest/install

chmod +x ./install

./install auto"

service codedeploy-agent restart

About

As part of the AWS Tutorial Series YouTube channel here is the repository for the series Code Deploy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.3%
  • HTML 11.7%