5 Pillars Of AWS Well-Architected Framework
Essentially, a well-architected framework is a concept of designing and architecting cloud infrastructure for high-performing, resilient, and efficient infrastructure for their applications and workloads.It must be done in such a…
Optimizing Data Query Processing and Storage – Redshift vs. Redshift Spectrum
Amazon Redshift has been undergoing several enhancements since 2013. One of the critical aspects of this endeavor was moving data to the “Serverless” Amazon Redshift Spectrum. This data storage solution…
WP CloudStack – a WordPress CloudFormation template for infrastructure on AWS cloud
WP CloudStack is a CloudFormation template that spins up a fully configured WordPress infrastructure in minutes. WP CloudStack integrates WordPress with AWS services like Aurora, S3, CloudFront, and CloudWatch, so…
How to create a Redshift stack with AWS CloudFormation
Our AWS CloudFormation template creates an Amazon Redshift stack. Redshift is a data warehousing solution that allows you to run complex data queries on huge data sets within seconds (it’s…
How to incorporate S3, EC2, and IAM in a CloudFormation template
Our template example is that of SFTP Gateway, a product that makes it easy to transfer files via SFTP to Amazon S3. We’ll incorporate S3, EC2, IAM, Security Groups, and…
How AWS CloudFormation Works and How to create AWS VPC with it
CloudFormation is a powerful Infrastructure as Code tool that can help automate and manage your AWS deployments. Here’s an in-depth walkthrough of how CloudFormation works and an analysis of a…
How to Create a VPC with EC2 Instance Using AWS CloudFormation
AWS CloudFormation, an Infrastructure as Code service, includes a template made up of nine sections. Although made up of nine sections, the Resources section is the only one required. For…
How to access DynamoDB from AWS Lambda inside VPC
It is common scenario when Lambda needs to write and read data from DynamoDB table, we do not need to worry about connectivity between services as traffic goes via the…
Building a VPC with CloudFormation – Part 2
The Cloud Formation template we created in part one provide a simple, reusable way to create a simple VPC. However, this template is not as flexible as it can be.…
Building a VPC with CloudFormation – Part 1
This is the first part of series Building a VPC with CloudFormation. This article describes how you can use AWS CloudFormation to create and manage a Virtual Private Cloud (VPC),…