Skip to content

Instantly share code, notes, and snippets.

@tfentonz
Last active September 4, 2017 23:14
Show Gist options
  • Save tfentonz/7ee11b2e8544920bc49ee62b4a4bf2f2 to your computer and use it in GitHub Desktop.
Save tfentonz/7ee11b2e8544920bc49ee62b4a4bf2f2 to your computer and use it in GitHub Desktop.
AWS Lightsail CLI

AWS Lightsail

aws lightsail get-blueprints --query 'blueprints[?group==`nginx`]'
[
    {
        "blueprintId": "nginx_1_12_0_2",
        "name": "Nginx",
        "group": "nginx",
        "type": "app",
        "description": "Nginx powered by Bitnami and sold by BitRock Inc. provides a complete PHP, MySQL and Nginx development environment that can be launched in one click. It also bundles phpMyAdmin, SQLite, ImageMagick, FastCGI, Memcache, GD, CURL, PEAR, PECL and other components.",
        "isActive": true,
        "minPower": 0,
        "version": "1.12.0-2",
        "versionCode": "1",
        "productUrl": "https://aws.amazon.com/marketplace/pp/B00NPHKI3Y",
        "licenseUrl": "https://d7umqicpi7263.cloudfront.net/eula/product/f5774628-e459-457a-b058-3b513caefdee/ccab4d3c-7d26-47ba-b9de-8025c46eebe5.txt"
    }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment