AWS Lambda : Serverless Compute Service
AWS Lambda is a compute service that runs your code in response to events and automatically manages the compute resources, making it easy to build applications that respond quickly to…
Amazon Simple Notification Service (AWS SNS)
Amazon SNS (Simple Notification Service) offered by AWS (Amazon Web Services) is an overseen service that provides message delivery or sending of messages to subscribing endpoints or clients. It is…
Amazon RDS: Introduction and Tutorial
Amazon RDS is a Relational Database Service by Amazon Web Services. A relational database is a type of database that stores data in tables with rows and columns. Amazon RDS…
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…