Skip to content

Commit b615c16

Browse files
committed
Quick readme for simple commands that need to be run.
1 parent e029c41 commit b615c16

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)