ls

Lightsail

Compute & WebAWS
General

General information about the service.

Description

Amazon Lightsail offers virtual servers, storage, and networking at a low, predictable price.

Service Namespace

AWS::Lightsail::Instance

ARN Pattern

arn:aws:lightsail:{region}:{account}:Instance/{instance-id}

References

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

ls-

Length

2-255

Valid Characters

Letters, numbers, hyphens

Scope

region

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "aws_lightsail_instance" "main" {
2 name = "ls-${var.environment}"
3 availability_zone = "us-east-1a"
4 blueprint_id = "amazon_linux_2"
5 bundle_id = "nano_2_0"
6}
Utilities

Utilities to support app deployment or configuration.