# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 data "aws_ami" "amazon-linux-2" { most_recent = true owners = ["amazon"] filter { name = "name" values = ["amzn2-ami-kernel-*-hvm-*-x86_64-gp2"] } }