Skip to content

Instantly share code, notes, and snippets.

@rabellamy
Last active December 19, 2016 04:27
Show Gist options
  • Save rabellamy/4fffe28b4f57883c2aacdae343ec65cc to your computer and use it in GitHub Desktop.
Save rabellamy/4fffe28b4f57883c2aacdae343ec65cc to your computer and use it in GitHub Desktop.
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