aws-samples/amazon-eks-custom-amis

No output / prompt just displays the build command

Closed this issue · 0 comments

Hi All,

I am running this in an Amazon Linux 2 EC2 instance. Once I run the make build command "make build-al2-1.18" with region Singapore and VPC and the Subnet Id, it displays below;

make build PACKER_FILE=amazon-eks-node-al2.json eks_version=1.18
make[1]: Entering directory `/home/ssm-user/amazon-eks-custom-amis-main'
packer build
--var 'aws_region=ap-southeast-1'
--var 'vpc_id=vpc-'
--var 'subnet_id=subnet-'
--var eks_version='1.18'
amazon-eks-node-al2.json

Then, just stays there. No output or progress shown. Is this the normal behavior? How can I know whether this creates the Hardened image successfully ?

According to my understanding this will create an EC2 instance with Hardened EKS image, is that correct?

Really appreciate your responses and help on this matter.

Thanks in Advance !!! :)