I am beginer to AWS, I have 5 ec2 insteances 1 master node and 4 will be worker . . .

ShilpaAgrawal:
I am beginer to AWS, I have 5 ec2 insteances 1 master node and 4 will be worker node, if we reboot ec2 instance do we loose all th eprevious configs ?

Vitor Jr.:
reboot: no
terminate: yes

Komodos:
Stop may change the IP if you dont set it up as Elastic IP

Alistair Mackay:
An EC2 instance will retain its private IP when stopped or rebooted. Public IP will change if not associated with EIP.

Would not be good practice to expose cluster nodes with public IP. That should be done with ingress and a public-facing AWS load balancer.

ShilpaAgrawal:
Thank you folks this helps