Hi there! Today, I’m going to walk you through AWS CodeDeploy, a nifty tool that changed the way I deploy applications. With over a decade of experience, I have seen it all—failed rollouts, midnight rollbacks, etc. CodeDeploy isn’t just a tool; it’s a lifesaver. Whether you’re just stepping into the cloud or hitting walls and deploying stuff manually, this guide’s for … [Read more...] about AWS CodeDeploy: Simplifying Application Deployments
Recently, I was working on a task that required retrieving multiple media files/objects from the Amazon S3 service, processing them to create preview/thumbnail versions, and showing them on a web page. It is a pretty straightforward task except for the performance issue. What is going to happen when there are several files(as the number of files is dynamic), and retrieving them … [Read more...] about Multiple Objects From Aamazon S3 With PHP SDK
Amazon Route 53 DNS service is one of the popular AWS services. It is solely responsible for resolving IPs from a given domain name and supports registering domain names. It's highly popular for being highly scalable and best performing on the world's most advanced cloud infrastructure. You can still use your domain even if you haven't registered with Amazon. Just update the … [Read more...] about How To Set Up Domain With Amazon Route 53 DNS Service
This article from the Amazon web service tutorial series aims to show you step by step how you can connect to an Amazon EC2 instance remotely right from your PC so that you can manage it in the ways you wish. I hope you already know about setting up an Amazon EC2 Linux instance and have one ready to be connected. In brief, I will describe the following three key features … [Read more...] about How To Connect To Amazon EC2 Instance From Local PC
Today, we will explore how to set up an Amazon EC2 Linux instance (micro) in the cloud and get it running successfully. We will also see how to attach an elastic IP to our instance and discuss some points/facts that we need to be aware of. This is my second article in the Amazon tutorials series. I hope you have already signed up with the AWS free usage tier and are ready to … [Read more...] about Getting Started With Amazon EC2 Linux Instance