Tagged “Cloud”
-
Using AWS CodeBuild to Deploy a Web Site
In this post I will describe how to use AWS CodeBuild to automatically deploy a web site to S3. I'll be using the resources I created in the previous post. I'm going to continue defining all my infrastructure using CloudFormation.
-
Static Web Site Hosting on AWS
In this post I will describe how to setup a static web site on AWS with S3 and CloudFront. I'll be defining all infrastructure in CloudFormation.
-
OpenStack Nova and Heat
OpenStack is an open source cloud platform. Its available for public and private clouds. This post describes to how to create new instances and other resources using nova and heat. To begin you will first need to install some software.
-
Masterless Puppet in AWS
This post describes how to setup Puppet without a master in Amazon Web Services (AWS). Puppet files are distributed over SSH using Git. Each instance has a cron job to run "git pull" and "puppet apply". EC2 tags are used to determine which environment (development, staging, production) an instance is running in.
See all tags.