Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save libert-xyz/50e6a29ed165ad9d699b3868bd1a779a to your computer and use it in GitHub Desktop.
Save libert-xyz/50e6a29ed165ad9d699b3868bd1a779a to your computer and use it in GitHub Desktop.
Get the lastest Amazon Linux 2 AMI from SSM Parameter Store using AWS CLI
#!/bin/bash
aws ssm get-parameters --names /aws/service/ami-amazon-linux-latest/amzn2-ami-hvm-x86_64-gp2 --region us-east-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment