Skip to content

lguzzon-scratchbook/DevelopmentMachine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevelopmentMachine

I diagram of the AWS resources deployed. This repo contains a Cloudformation template to deploy an EC2 Instance for software development.

What's in the box?

This will deploy a Amazon Linux EC2 instance, an Instance Profile granting admin access, and a cloudwatch alarm to turn off the instance after 3 hours of inactivity.

What do I do with it?

Write and deploy code!

I recommend making desired changes to this AMI and burning a new AMI with your preferred configurations built in. For example, you could install your favorite version of python, securely store credentials, configure your dotfiles.

How much will it cost me?

Leaving this instance stopped for a month will incur about an $0.80 bill in us-east-1. The reason for this is the 8 GB EBS volume that is provisioned: $0.10 per GB-month of General Purpose SSD (gp2) provisioned storage - US East (Northern Virginia)

Small instances however, are very cheap to run. You can usually get a machine big enough for your development needs for under $0.01 an hour. Here is the EC2 Instance Pricing page.

These are my links

This is my blog

About

Code to deploy an EC2 instance for development purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%