versioned infrastructure with all changes to the infrastructure mapped, solving the problem of snowflake servers in which no one knows what changed in it, thus making trobleshotting difficult
Hi. Can you help me please? At stage " Waiting for SSH to became available..." i have an error: Error waiting for SSH: Packer experienced an authentication error when trying to connect via SSH. This can happen if your username/password are wrong. You may want to double-check your credentials as part of your debugging process. original error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Hey, give it a try by following this link: stackoverflow.com/questions/70454523/error-waiting-for-ssh-packer-experienced-an-authentication-error-when-trying-to
Hey Balamurugan, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)
Once the instance is running, Packer connects to it through SSH (or other communication methods, depending on the provisioner) and runs the defined provisioner scripts or commands.
When you configure your Packer template (usually in JSON or HCL format), you specify the SSH key pair that Packer should use to connect to the EC2 instance. The key pair consists of a public key, which is installed on the EC2 instance, and a corresponding private key, which Packer uses to authenticate and establish a secure connection.
Thanks for the video. Can you also make a video on windows image using ssh communicator to upload files and folders in to the image with file provisioner. I tried it by using winrm but that is damn slow. Tried with ssh communicator but that doesn't work for windows.
Hey Zaheer, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)
No, Packer is an automated build system to manage the creation of images for containers and virtual machines. It outputs an image that you can then take and run on the platform you require.
🚀Explore Our Top Courses & Special Offers: kode.wiki/40SkWyU
Very helpfull. Thank you 🙏
Short and to the point. thank you 👍
Thanks for appreciating our work. Cheers!
Best tutorial on packer; thank you!
Very interesting! No useless comments ... Nice! May be another one with Docker? 👍
Great suggestion! We will look into it.
Do subscribe to our channel and stay tuned for more.
Straight to the point love it!
Short and clear. Thank You 👌
Glad it was helpful!
I love this. Nice tutorial
Thank you! Cheers!
Clearly explained🙂
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
Wonderful explaination!!
Hope you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!
Very interesting indeed
Thanks for watching our video and sharing your feedback. Do subscribe to our channel and stay tuned for more. Cheers!
Very useful... Thank you 🙏
Welcome 😊
What is the post-procrssor in azure/aws to push the Image to blob/s3 storage?
We can build custom AMI from an instance through the AWS console, so why use Packer to build images?
There are a lot of advantages, you can read it here: developer.hashicorp.com/packer/docs/intro/why
versioned infrastructure with all changes to the infrastructure mapped, solving the problem of snowflake servers in which no one knows what changed in it, thus making trobleshotting difficult
But the new instance name will be the same as the template? I mean the internal os hostname not the cloud vm name.
Hi. Can you help me please?
At stage " Waiting for SSH to became available..." i have an error:
Error waiting for SSH: Packer experienced an authentication error when trying to connect via SSH. This can happen if your username/password are wrong. You may want to double-check your credentials as part of your debugging process. original error: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Hey, give it a try by following this link: stackoverflow.com/questions/70454523/error-waiting-for-ssh-packer-experienced-an-authentication-error-when-trying-to
Can we expect a full course on packer in kodekloud?
Hey Balamurugan, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)
How ssh connection happens and ansible connect
Once the instance is running, Packer connects to it through SSH (or other communication methods, depending on the provisioner) and runs the defined provisioner scripts or commands.
How provisioner connect to instance
When you configure your Packer template (usually in JSON or HCL format), you specify the SSH key pair that Packer should use to connect to the EC2 instance. The key pair consists of a public key, which is installed on the EC2 instance, and a corresponding private key, which Packer uses to authenticate and establish a secure connection.
Thanks for the video.
Can you also make a video on windows image using ssh communicator to upload files and folders in to the image with file provisioner.
I tried it by using winrm but that is damn slow.
Tried with ssh communicator but that doesn't work for windows.
Hey Zaheer, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)
What is the point of using Packer to create Docker images? Docker can do that seamlessly.
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
So, what's the difference between Packer and Terraform? When should we use which?
Hello, You use Packer create your custom AMI then utilize Terraform to deploy an EC2 instance with that custom AMI.
Nice, thank you for your answer
Hey, you can read it here: stackshare.io/stackups/packer-vs-terraform
Packer is an alternative to Docker??
Nope , packer is usd to build golden images for VMS
No, Packer is an automated build system to manage the creation of images for containers and virtual machines. It outputs an image that you can then take and run on the platform you require.
Need packer full fledged course on kodekloud
How to create lambda images with packer? I tried using ${LAMBDA_TASK_ROOT} like aws docs, but packet not accept...=/ You are my last hope