Last active
December 19, 2016 04:27
-
-
Save rabellamy/4fffe28b4f57883c2aacdae343ec65cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for host in $KUBERNETES_HOSTS; | |
set PUBLIC_IP_ADDRESS (aws ec2 describe-instances \ | |
--filters "Name=tag:Name,Values=$host" | \ | |
jq -r '.Reservations[].Instances[].PublicIpAddress') | |
scp ca.pem kubernetes-key.pem kubernetes.pem \ | |
ubuntu@$PUBLIC_IP_ADDRESS:~/ | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment