> For the complete documentation index, see [llms.txt](https://docs.mechcloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mechcloud.io/cloud-computing/stateless-iac/aws/examples-resources-with-cost/lightsail.md).

# Lightsail

### Create a simple Lightsail instance

```
resources:
  - type: aws_lightsail_instance
    name: vm-1
    props:
      instance_name: vm-1
      blueprint_id: ubuntu_24_04
      bundle_id: nano_3_0
```
