Recent Posts

Enhancing Web Application using AWS Services

This demo is a combination of almost all the labs we have gone through and cover the AWS services thoroughly. Here, we configure the AWS infrastructure and services including Amazon RDS, S3 bucket, IAM policies and roles and Launch Instances. In addition, we configure ELB with a loosely coupled application. Step 1: Creating an RDS Database If … Continue reading Enhancing Web Application using AWS Services

Failover Configuration with Amazon Route53

Route53 Even though we configure the service in different availability zones, a natural disaster can cause the service badly, cross-region availability is very important to ensure high availability. Amazon Route 53 is the service that helps you to maintain this situation. Step 1: Inspect your environment. For this lab, the environment has been deployed automatically … Continue reading Failover Configuration with Amazon Route53

Serverless Architecture with AWS Managed Service

Serverless Architecture Serverless computing allows you to build and run applications and services without thinking about servers. In this demo, we use the AWS Managed Services to create a Serverless Architecture. The transaction file will load all the contents into a database which allows us to continue the steps. Step 1:  Create a Lambda function to … Continue reading Serverless Architecture with AWS Managed Service

Configure the CloudFront to Cache Static Files

Amazon CloudFront The CloudFront service offers delivery of the website contents in a more faster way by linking it with 50+ edge locations. The CloudFront uses a global network of edge locations. CloudFront improves the user experience in a faster, reliable and scalable way.   Step 1: Take the CloudFormation page from the Services, the stacks will … Continue reading Configure the CloudFront to Cache Static Files

More Posts