ADC vs CloudFormation

If you’re working with AWS Infrastructure, you may know that currently there are some tools/frameworks support to implement your AWS infrastructure such as CloudFormation, Terraform, AWS CDK. What is the best tool that your team can rely on and use? What is the best tool can help you increase productivity and quality? Do you have the answer? If not, read this post, I will give you our answer and reasons.

Read More

Hosting static site with CDN

You are building a static website and wanted to know how to host your site, but;

  • You don’t want to perform manual steps.
  • You want to host for multiple environments such as Development, UAT, Staging, Production.
  • You want to reduce cost, provide high-levels of reliability, require almost no IT administration, and scale to handle enterprise-level traffic with no additional work.
  • You wanted to deliver HTML, JavaScript, images, video and other files to your website visitors around the world with CDN.

Read More

In the previous article, I have introduced the basic fundamentals of Serverless and its uses cases. This article will help you understand how to build, test, and deploy Serverless functions to the public clouds. Currently, we have a couple of public cloud vendors that provide service to run serverless functions such as Amazon Web Service, Azure, IBM Bluemix. But in this article, we only focus on AWS one of the largest public cloud providers on the market.

Read More