We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e029c41 commit b615c16Copy full SHA for b615c16
README.md
@@ -0,0 +1,22 @@
1
+Instructions
2
+============
3
+1.) When server is booted run the following commands as root.
4
+
5
+yum -y update
6
+yum install -y aws-cli
7
+cd /home/ec2-user
8
9
+2.) Here you will setup your AWS access, secret, and region.
10
11
+aws configure
12
+aws s3 cp s3://aws-codedeploy-us-east-1/latest/install . --region us-east-1
13
+chmod +x ./install
14
15
+3.) This is simply a quick hack to get the agent running faster.
16
17
+sed -i "s/sleep(.*)/sleep(10)/" install
18
+./install auto
19
20
+4.) Verify it is running.
21
22
+service codedeploy-agent status
0 commit comments