docker hands-on guide: docker and minikube on AWS EC2

create new vm in EC2 ssh to ec2 vm from local laptop, $ ssh -i “~/.ssh/dreamcloud.pem” ec2-user@ec2-xxxx.ca-central-1.compute.amazonaws.com __| __|_ ) _| ( / Amazon Linux AMI ___|\___|___| https://aws.amazon.com/amazon-linux-ami/2017.09-release-notes/ 1 package(s) needed for security, out of 6 available Run “sudo yum update” to apply all updates. [ec2-user@ip ~]$ [ec2-user@ip ~]$ uname …

docker hands-on guide: Elastic Container Service ECS on AWS

AWS setup sign up a aws account Open https://aws.amazon.com/, and then choose Create an AWS Account Create an IAM User AWS account root user, single sign-in identity that has complete access to all AWS services and resources in the account. IAM user,Identity and Access Management (IAM), create an IAM user, …