Skip to main content

Posts

Showing posts from March, 2019

Solution : Google hosted domains Forwarding and POP/IMAP but recently this option disappeared

Email forwarding option missing on newly setup google hosted domains I am using my company g suite account there I hosted my 2 domains. I’ve been using this for several domains, and I typically create an abc@my.domain.com account and have it forward all incoming emails to my personal email account. Usually you do this in Mail settings / Forwarding and POP/IMAP but recently this option disappeared on the the google hosted domains, there is only POP/IMAP Download instead. Solution : 1st login in Admin console https://admin.google.com/ Open Apps > G suite > Gmail [See image] Now open :     Advanced settings And enable it : Automatic forwarding in side End User Access : Changes will take some time to propagate to users(wait till 24 hours) Thanks for being here : Google hosted domains Forwarding and POP/IMAP but recently this option disappeared

Restore AWS EC2 instance private key

In case when you lost private keys from AWS EC2 instances you will need a way to restore it. Unfortunately you can’t just change instance private key in AWS Management Console. The easiest way to do it which I found is through Amazon Machine Image (AMI). Basically all you need to do is recreate you instance from AMI and set new private key to it. Below I describe required steps to do it. Steps to change EC2 key pair 1. Shut down your instance   2. Create AMI for that instance and provide some meaningful name for them   3. Go to “Images > AMIs”. You need to launch instance with the same type from created AMI 4. On the last step of launching you will be asked about key pair. So it’s time to create/chose private key which you want to use with this instance 5. After that you need go to “Network & Security > Elastic IPs” and disassociate ip from old instance and associate with created instance