AWS Well-Architected Framework Key notes
AWS Well-Architected Framework enables the customer to think cloud natively with always in mind the guarantee to offer the best service to end users. You must always make informed decisions about architecture in the cloud and understand the potential impact … Continued
Auto Scaling Groups (ASG) Hands on with AWS EC2 instances
An Auto Scaling group is a collection of Amazon EC2 instances that are treated as a logical unit. You configure settings for a group and its instances as well as define the group’s minimum, maximum, and desired capacity. Setting different … Continued
Application Load Balancer (ALB) Hands on with AWS EC2 instances
Choose an Application Load Balancer when you need a flexible feature set for your applications with HTTP and HTTPS traffic. Operating at the request level, Application Load Balancers provide advanced routing and visibility features targeted at application architectures, including microservices … Continued
Automate Image Creation in AWS with EC2 Image builder
EC2 Image Builder is a fully managed service that makes it easy to build, customize and deploy OS images without writing scripts. The image pipeline in Image Builder defines all aspects of the process to customize images. It consists of … Continued
How to Host a Website on an EC2 Instance
In this lab, you will host your first website on an EC2 instance. You will be using all the notions from previous labs to complete this lab successfully. Prerequisite: Having a valid AWS Account (Follow the step in this link … Continued
How to Connect to your EC2 Instance from Windows using Putty
In this lab you will learn how to create your first security group, allow SSH connection from your public IP address, create your first EC2 instance and connect to your EC2 instance with your SSH client PuTTY Prerequisite: Having a … Continued