Are you interested in bypassing the complexities of Network Address Translation (NAT) and deploying containers without the need for IP address translation? The solution lies in acquiring ample public IP addresses, although the high cost of each IPv4 address makes it impractical to assign one to every container. Conversely, IPv6 offers an abundance of addresses,… Continue reading AWS and IPv6 only solution
Category: devops
Install Docker on Amazon Linux old AMIs
UPDATE (March 2020, thanks @ic): I don’t know the exact AMI version but yum install docker now works on the latest Amazon Linux 2. The instructions below may still be relevant depending on the vintage AMI you are using. Amazon changed the install in Linux 2. One no-longer using ‘yum’ See: https://aws.amazon.com/amazon-linux-2/release-notes/ Docker CE Install sudo amazon-linux-extras install… Continue reading Install Docker on Amazon Linux old AMIs
EC2 Mac
# # On your laptop, connect to the Mac instance with SSH (similar to Linux instances) # ssh -i ec2-user@ # # On the Mac # # Set a password for ec2-user sudo passwd ec2-user # Enable VNC Server (thanks [email protected] for the feedback and tests) sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart \ -activate -configure -access -on \ -configure… Continue reading EC2 Mac