Skip to content

Instantly share code, notes, and snippets.

View felipeamarante's full-sized avatar
👀

Felipe Amarante felipeamarante

👀
View GitHub Profile
@iamdionysus
iamdionysus / insta-java-8.sh
Created November 30, 2016 02:49
Install java 8 and remove 7 in amazon linux
sudo yum install java-1.8.0 -y
sudo yum remove java-1.7.0-openjdk -y
@sjparkinson
sjparkinson / RDS-Aurora-CloudFormation-Example.yaml
Last active May 10, 2022 10:43
A basic CloudFormation template for an RDS Aurora cluster.
---
AWSTemplateFormatVersion: 2010-09-09
Description: >
A basic CloudFormation template for an RDS Aurora cluster.
Parameters:
DatabaseUsername:
AllowedPattern: "[a-zA-Z0-9]+"
ConstraintDescription: must be between 1 to 16 alphanumeric characters.