Guides

Find AMI ID without launching an EC2 Instance

15 Jul, 2021

Go to the AWS Marketplace, search for the image you need. Select it. Click “Continue to Subscribe” (You may need to log in if you’re not already). Click “Continue to Configuration”. Configure “Delivery Method”, “Software Version”, and “Region” - All of these will change the AMI ID. Your AMI ID will be towards the bottom.


Bitbucket Permission denied (publickey)

29 Jun, 2021

Add the following to your ~/.ssh/config file Host bitbucket.org HostName bitbucket.org PubkeyAcceptedKeyTypes +ssh-rsa