Creating an AWS Auto Scaling Architecture with a monitoring dashboard
This post covers how to automate the creation of auto-scaling architecture using CloudFormation and also how to create monitoring dashboards using CloudWatch.
This post covers how to automate the creation of auto-scaling architecture using CloudFormation and also how to create monitoring dashboards using CloudWatch.
This post shows how to create a two-tier architecture to deploy a WordPress application using CloudFormation.
The article provides a guide on how to host a static website using AWS services including Amazon S3, Route 53, CloudFront and AWS Certificate Manager. It details how to create an S3 bucket, set it up for static website hosting, establish DNS records, distribute content via CloudFront, secure the connection with an SSL/TLS certificate, and link the website to a custom domain. The steps also cover permissions and policies for public access and DNS routing.
Amazon S3 is an Object Storage service and is one of the main building blocks of the AWS Cloud.
This article is an overview of some of its features.
Amazon Relational Database Service (RDS) is a managed relational database service that allows you to setup and operate SQL databases in the AWS cloud.
In this article we’ll discuss the RDS databases and their scalability and high availability.
In our AWS Cloud article series, we’ve explored the fundamental aspects of EC2 instances, storage, and load balancers. In this article we’ll discuss scalability and Auto Scaling.
In today’s fast-paced digital landscape, ensuring high availability for your applications is crucial. Downtime can lead to frustrated users, lost revenue, and damage to your brand’s reputation. That’s where load balancers come into play.
AWS offers a range of solutions for Object, file and block storage.This post covers Block storage, Instance storage, machine images and EFS.
Elastic Compute Cloud or EC2 is an AWS service that gives you the ability to rent virtual machines, store data on them and automatically scale them up or down based on demand or traffic.
According to Amazon, ECS or Elastic Container Service is “a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster of Amazon EC2 instances”. In this post I will cover some of the main features of AWS ECS including clusters, tasks and services. Clusters Clusters …