Skip to content

Instantly share code, notes, and snippets.

View SystemicEmotions's full-sized avatar

SystemicEmotions

  • Amazon Web Services
View GitHub Profile
@SystemicEmotions
SystemicEmotions / gist:ba19bc4beb29cf9e871b0f2cff49c367
Created July 7, 2018 16:07 — forked from mikepfeiffer/gist:4d9386afdcceaf29493a
EC2 UserData script to install CodeDeploy agent
#!/bin/bash
yum install -y aws-cli
cd /home/ec2-user/
aws s3 cp 's3://aws-codedeploy-us-east-1/latest/codedeploy-agent.noarch.rpm' . --region us-east-1
yum -y install codedeploy-agent.noarch.rpm
@SystemicEmotions
SystemicEmotions / README.md
Created June 13, 2018 04:23 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

OP: @leonardofed founder @ plainflow.