Skip to content

skywalks-admin/Script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

#!/bin/bash
yum -y update
yum install -y ruby
yum install -y aws-cli
cd /home/ec2-user
aws s3 cp s3://aws-codedeploy-us-east-2/latest/install . --region us-east-2
chmod +x ./install
./install auto

About

Script for user data for creating AWS EC2 instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors