ls
Lightsail
Compute & WebAWS
General
General information about the service.
Chat
Powered by AITalk 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 Documentation
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.