Meet the most advanced infrastructure design tool that understands how to define, connect, scale your infrastructure-as-code
Powered by KlothoEngine v0.72
Welcome! The purpose of this page is to create an architecture and deploy a static website to it. We'll walk you through the steps to create a new deployable architecture on AWS using Cloudfront and S3.
If this is your first architecture, take a look at the Getting Started Guide. When we're done, we'll have created the following architecture:
index.html
npm install
pulumi stack init
pulumi config set aws:region us-east-1
change us-east-1 to whichever region you desirepulumi up
yes
to deployCurrently we only support absolute paths to content, for example if our side has /other/index.html, we'll need to navigate to that full path instead of using /other/ or /other. This behavior will be improved in the future.
<html>
<head>
<title>InfraCopilot</title>
</head>
<body>
<h1>InfraCopilot</h1>
<p>InfraCopilot is a tool for building and deploying cloud architectures.</p>
</body>
</html>
mkdir static/other
<html>
<head>
<title>InfraCopilot | other</title>
</head>
<body>
<h1>This is another page!</h1>
</body>
</html>
aws s3 sync static s3://<your-bucket-name>
https://<your-cloudfront-domain>/
and you should see our initial html pagehttps://<your-cloudfront-domain>/other/index.html
and you should see our other html pagepulumi destroy
yes
We look forward to seeing what amazing things you build. If you get stuck or want us to support a capability, please join our Community Discord, where the whole team hangs out and is happy to help.
We may have an answer for you. Here are some of our common FAQs:
InfraCopilot is powered by the Klotho engine, an adaptive architectures compiler that undertands cloud architectures and is able to reshape them. NLP is used only to interpret the user intent.
Klotho is the Wolfram Alpha of infrastructure.
AWS support is now in early access, with Azure and Google Cloud support coming soon. For the latest up-to-date list of supported services, ask the Copilot!
We're focused on building a tool that makes your work more enjoyable. We haven't decided on a business model yet, but we do know InfraCopilot will always have a free tier. We'll have more to share in the coming months.
Yes! Klotho is open-source, join us on Discord and we'll help you get up and running!