EC2 bootstrapping

Can I bootstrap EC2 instance from on-premises chef workstation?
The EC2 instance was created using knife ec2 create server command.

Yes, You can do it directly as you are doing for on-premises but ensure your network tunnel is open and configured to connect machine (network) on cloud. I do the bootstrapping of machine in Azure Cloud using the same method.

1 Like