Skip to content

Instantly share code, notes, and snippets.

View GrahamLea's full-sized avatar

Graham Lea GrahamLea

View GitHub Profile
@mmb
mmb / cloudformation_a_record_from_eip.json
Created September 29, 2015 06:58
creating a route 53 A record pointing to an elastic ip
{
"AWSTemplateFormatVersion": "2010-09-09",
"Resources": {
"aRecord": {
"Properties": {
"HostedZoneId": {
"Ref": "hostedZone"
},
"Name": "test.mmbtest.com",
"ResourceRecords": [