i am new packer and exploring few things on it while using it something like this came up
"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
},
I want to know what "owners": ["099720109477"], stands for . i know it takes input of an account id , but which ? the account id where it going to create the ami , or?