All Posts

Posts

  • Not able to connect AWS RDS instance?

    Hello Guys, if you have created a new DB in aws rds and trying to connect it and having an AWS RDS timeout error or somehow not able to connect to RDS then you can solve the problem using the below guide When you launch the RDS instance in aws it is by default launched…

  • How to configure aws S3, so the objects can only be accessible from my Domain and block access from a third party website

    Let me first explain what we are going to do in this blog, when we are storing images to the s3 bucket we have some images that should not be accessed from another website, like in my case I was storing icons that we have designed for our website so we were using it in…

  • How I cleared AWS Certified Developer – Associate exam by scoring 903 out of 1000!

    Here, in this post I will not explain what is AWS exam is and why you should go for it because there are lots of articles on same, I will explain to you what I have done to clear the exam and what helped me most to pass this exam with good marks there are…

  • How to Launce and Remote access Amazon Mac EC2 instance

    In this blog, we are focusing more on connecting Mac instance from any OS in using remote desktop, I will write less about launching Mac instance because there is a good guide on AWS document First of all, to launch the mac instance, you have to allocate a Dedicated host, but there is a problem,…

  • How you can get FREE 6500$ AWS credit

    Yes, you read it right, Amazon is giving free credits for startups there is AWS activate program, AWS Activate offers two packages designed for startups, AWS Activate Founders (for startups without funding) and the AWS Activate Portfolio (for startups associated with an AWS Activate Provider). You can get details from their website https://aws.amazon.com/activate/ If you…

  • How to setup Environment Variables with Next.js

    I was working on one of my project made with next js and graphQl, and I was in need of a setup environment variable in next js so I have googled it and doesn’t found a proper solution for it and wasted my time surfing for it, so I thought to write a blog for…