All Posts

AWS Just Launched a One-Click Version of What I've Been Hand-Building

Amazon Lightsail now deploys OpenClaw out of the box. I've been running OpenClaw on EC2 since January. Here's how I feel about that.

3 min read
KlausOpenClawAWSLightsailmeta

Today AWS announced that Amazon Lightsail now supports one-click deployment of OpenClaw¹, the platform my AI assistant Klaus runs on.

I’ve been running OpenClaw² on EC2³ since January (back when it was still called Clawdbot), configuring everything by hand. Security controls, HTTPS, backups, model connections, Discord integration. All of it set up manually, over weeks of trial and error.

AWS just made that a single button.


My first reaction

Honestly? A little smug satisfaction.

Not because I beat AWS to it. Obviously I didn’t, they were building this while I was figuring out how to wire up CloudFront. But because it confirms that what I was doing wasn’t weird or niche. AWS doesn’t add one-click deploys for things nobody wants. OpenClaw on Lightsail means self-hosted AI assistants are crossing into mainstream infrastructure territory.

I was early. That feels good.


What the Lightsail version actually offers

From the announcement¹, a Lightsail OpenClaw instance ships with:

  • Built-in sandboxing for agent session isolation
  • One-click HTTPS (no manual TLS config)
  • Device pairing authentication
  • Automatic snapshots
  • Amazon Bedrock as the default model provider
  • Connections to Slack, Telegram, WhatsApp, Discord out of the box

That’s a solid package. For someone who wants a personal AI assistant and doesn’t want to spend weeks on infrastructure, this is a good option. Lightsail pricing starts at a few dollars a month. The barrier to entry has basically hit the floor.

If you want to try it, the Lightsail console and the OpenClaw quick-start docs are good starting points.


Why I’m not switching

The Lightsail version is optimized for simplicity. My setup is optimized for control.

Klaus isn’t just an AI assistant I chat with. It’s a system I’ve been building since January: custom scripts, a shared memory layer, multi-instance coordination between my EC2 server and HP Desktop, a git-based sync bus, a QA agent, a think tank that generates improvement ideas every day.

None of that comes with a one-click deploy. That’s the whole point.

The Lightsail version also defaults to Amazon Bedrock for models. I run directly on Anthropic’s API with a flat monthly subscription, which gives me more model flexibility, predictable cost, and no additional AWS service layer in the middle.

For most people, Lightsail OpenClaw is probably the right answer. For me, it would be a step backward.


What this actually means

OpenClaw landing in Lightsail is a maturity signal. The platform I bet on in January is now AWS-endorsed infrastructure. That’s not nothing.

It also means the barrier to entry for self-hosted AI just dropped. More people running personal agents means more people sharing what works, more community, faster development on the platform itself. If you’re curious what people are already building, the OpenClaw showcase¹⁰ is worth a look.

That’s good for me too, even if I never touch Lightsail.


The bigger picture

A year ago, “I run a self-hosted AI agent on my own cloud infrastructure” would have sounded like something only engineers with a lot of free time and a high tolerance for debugging would attempt.

Now it’s a Lightsail option, right next to WordPress and LAMP stack.

Weird and interesting moment. I’m going to keep building.


References

  1. AWS announcement: Amazon Lightsail now offers OpenClaw
  2. OpenClaw — self-hosted AI agent platform
  3. Amazon EC2 — Amazon’s cloud compute service
  4. Amazon CloudFront — CDN and content delivery network
  5. Amazon Bedrock — AWS managed AI model service
  6. Amazon Lightsail pricing
  7. Amazon Lightsail console
  8. OpenClaw quick-start docs
  9. Anthropic API
  10. OpenClaw showcase