Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,40 +36,39 @@ defaults:
jobs:
# Build job
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
HUGO_VERSION: 0.111.3
HUGO_VERSION: 0.143.1
steps:
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb \
https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
- name: Install Dart Sass Embedded
run: sudo snap install dart-sass-embedded
- name: Install Dart Sass
run: sudo snap install dart-sass
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
run: |
[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true
- name: Build with Hugo
env:
# For maximum backward compatibility with Hugo modules
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
HUGO_ENV: production
run: |
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./public

Expand All @@ -80,9 +79,9 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
.hugo_build.lock
node_modules/
public/
resources/
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "themes/eureka"]
path = themes/eureka
url = https://github.com/wangchucheng/hugo-eureka.git
[submodule "themes/hugo-serif-theme"]
path = themes/hugo-serif-theme
url = https://github.com/zerostaticthemes/hugo-serif-theme.git
11 changes: 11 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"plugins": ["prettier-plugin-go-template"],
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template",
},
},
],
}
6 changes: 0 additions & 6 deletions archetypes/default.md

This file was deleted.

40 changes: 0 additions & 40 deletions config/_default/config.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions config/_default/languages.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions config/_default/menus.yaml

This file was deleted.

81 changes: 0 additions & 81 deletions config/_default/params.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions content/404/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Page Not Found"
---
13 changes: 13 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Homepage
meta_title: Cloudboss
description: Your friend in cloud automation
intro_image: images/illustrations/pipeline.svg
intro_image_absolute: true
intro_image_absolute_offset: auto auto -100px -80px
intro_image_hide_on_mobile: true
---

# Cloudboss - Your friend in cloud automation.

Cloudboss does cloud automation. AWS, GCP, or Azure. Terraform, CloudFormation, Ansible, or custom code. We'll do it for you or help you get up to speed.
1 change: 1 addition & 0 deletions content/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /404.html 404
16 changes: 16 additions & 0 deletions content/about/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: About
intro_image: images/illustrations/pipeline.svg
intro_image_absolute: true
intro_image_absolute_offset: auto auto -148px -102px
intro_image_hide_on_mobile: false
type: team
---

# About us

Cloudboss has been automating cloud infrastructure for our clients since 2017.

At Cloudboss, we believe the best automation is the kind you never have to think about. No surprises, no sudden failures—just steady, reliable software that runs like clockwork.

We don’t chase hype or overcomplicate things. Instead, we focus on what matters: building automation that keeps your cloud stable, scalable, and secure. With our methods, the automation quietly handles the heavy lifting, so your team can spend less time firefighting and more time innovating.
17 changes: 17 additions & 0 deletions content/about/joseph-wright.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Joseph Wright
date: 2025-02-16T23:05:13-05:00
image: images/team/joseph-wright.jpg
jobtitle: Founder
linkedinurl: https://www.linkedin.com/in/rjosephwright
draft: false
weight: 1
promoted: true
type: team
---

Joseph Wright has been working in the industry since 2005. Before becoming a professional, he spent years hooked on the Linux and FreeBSD operating systems as a hobby.

Joseph created his first EC2 instance in 2006 as soon as he saw the EC2 announcement from Amazon. Back then, the AWS CLI was an executable jar and clumsy to use, but a magical thing happened the moment he logged into that first instance. A virtual machine had been created in seconds and as soon as it was stopped, it cost nothing. He poked around in the machine for a few minutes and then shut it down, and it cost only $0.10! At the time, he was an employee of a traditional VPS hosting provider, and sent an email to his boss about what he'd just seen; he did not receive a reply. The writing was on the wall. Computing infrastructure was about to become fully programmable and accessible at your fingertips in a way that was not possible before. That was when he knew he was not just hooked on operating systems but also "the cloud".

Joseph spent many hours honing his skills in Infrastructure as Code (IaC) and wherever he worked, he became the to go-to guy on the topic. He noticed that most of the available material on learning IaC was based on specific tools such as CloudFormation or Terraform, rather than on an architecture. As he became more seasoned in the art of IaC, his code began to follow certain patterns that were independent of the tool he was using. He invented a model to provide a vocabulary to describe these patterns and establish a much needed architecture. Drawing on his years of experience and the architecture he developed, Joseph has helped many companies run effectively in the cloud, from small startups to Fortune 500 giants.
3 changes: 3 additions & 0 deletions content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---

---
10 changes: 10 additions & 0 deletions content/blog/delar-model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: DELAR Model
date: 2025-02-21T22:14:15-05:00
draft: true
weight: 0
params:
author: Joseph Wright
---

This is the definitive DELAR model.
11 changes: 11 additions & 0 deletions content/contact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Contact
date: 2025-03-13T16:55:27-04:00
layout: contact
---

Cloud automation might be complicated, frustrating, or just not your priority—but it’s ours. Cloudboss builds reliable, no-fuss solutions that keep your infrastructure running smoothly, so you can focus on what you do best.

Have questions? Need a smarter way to manage your cloud? We’re here to help.

📩 Get in touch today—let’s make cloud automation one less thing on your plate.
13 changes: 13 additions & 0 deletions content/services/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Services
description: Your friend in cloud automation
intro_image: images/illustrations/pipeline.svg
intro_image_absolute: true
intro_image_hide_on_mobile: false
---

# Your friend in cloud automation

We automate the cloud using [Infrastructure as Code](https://en.wikipedia.org/wiki/Infrastructure_as_code).

Most of our experience is in the following areas.
47 changes: 47 additions & 0 deletions content/services/aws.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: AWS
date: 2025-02-25T15:03:04-05:00
featured: true
draft: false
weight: 10
---

We love all the major cloud providers, but at the end of the day, AWS is still the OG.

<!--more-->

To paraphrase the old saying, “Nobody ever got fired for buying AWS.” When it comes to features, stability, and scalability, AWS often has the edge over the competition. But let’s be honest---the platform grows more complex every year.

Cloudboss has spent years honing our skills in AWS, allowing us to cut through the complexity and bring simplicity to your cloud automation. Whether you’re managing virtual machines, containers, or automating workflows, we make AWS work for you---while always keeping security and reliability in mind.

## Where We Excel in AWS

### EC2: Flexible, Scalable Compute

EC2, with its practically unlimited machines running Linux, is everything we love about the cloud.

We ensure autoscaling is enabled, not only for the cost savings but also to enable self healing and high availability. Combined with elastic load balancing, we'll make sure your application is always running---even during upgrades.

We'll build tailored AMIs ([Amazon Machine Images](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIs.html)) to match your exact needs or create a pipeline so you can build them yourself from a template. We [pioneered](https://github.com/cloudboss/easyto) converting Docker images into AMIs so you can run EC2 instances almost like containers.

### AWS Organizations: Multi-Account Management Simplified

We can establish governance at scale with AWS Control Tower and create a secure, standardized Landing Zone. With AWS Account Factory for Terraform, you'll be able to automate AWS account creation to ensure infrastructure consistency and giving you a control plane across your whole organization.

### ECS: Containers Without the Complexity of Kubernetes

If you want the benefits of container orchestration without a lot of operational overhead, ECS is an effective and simple choice. We can set up your application pipeline to deploy onto ECS so you can focus on building, not troubleshooting.

### EKS: Embracing the Complexity of Kubernetes

While we love the simplicity of ECS, we know Kubernetes remains a popular choice. But don't wait for Amazon's forced cluster upgrades to cause a midnight outage---let us help you manage your clusters and keep your upgrades on track.

### Lambda: The Computing Swiss Army Knife

We'll write Lambda functions in Python, Go, or Rust to help you to "fill gaps" in AWS services, extend AWS functionality using CloudWatch Events (EventBridge), or combine with Step Functions to orchestrate complex workflows.

### Security: Always On

At Cloudboss, security isn’t a checkbox, it’s baked into every step. We ensure that sensitive data remains protected in Secrets Manager, never in source code. IAM roles follow the principle of least privilege, granting only the necessary privileges to reduce the blast radius. Service Control Policies are applied across your organization to set permission limits across all AWS accounts. Security groups are configured to allow only essential network traffic, never left open to the world. With Cloudboss, your cloud environment stays secure, compliant, and built for resilience.

Ready to Streamline Your AWS Infrastructure?
15 changes: 15 additions & 0 deletions content/services/cicd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: CI/CD
date: 2025-02-25T15:04:43-05:00
featured: true
draft: false
weight: 20
---

CI/CD is the foundation of Infrastructure as Code.

<!--more-->

# ABC


Loading