问题 I am new to packer and i am trying my hands on it. { "builders": [ { "type": "amazon-ebs", "profile" : "sumanthdev", "region": "us-east-1", "source_ami_filter": { "filters": { "virtualization-type": "hvm", "name": "ubuntu/images/*ubuntu-xenial-16.04-amd64-server-*", "root-device-type": "ebs" }, "owners": ["099720109477"], "most_recent": true }, "instance_type": "t2.micro", "ssh_username": "ubuntu", "ami_name": "packer-example {{timestamp}}" } ] } which gave me an out put ==> Builds finished.