MJmahpara jabbarinmyblog.cloud·Sep 22, 2024 · 4 min readAuto Scaling with an Application Load BalancerThis lab teaches how to set up an Auto Scaling infrastructure in AWS, including creating an AMI, configuring a load balancer, and implementing an Auto Scaling group. It demonstrates dynamic resource scaling based on demand to ensure application avail...00
MJmahpara jabbarinmyblog.cloud·Sep 18, 2024 · 3 min readBuild Your DB Server and Interact With Your DB Using an AppObjective:This lab is designed to demonstrate how to set up and manage a relational database using Amazon RDS (Relational Database Service) with high availability features. It involves configuring an RDS instance, connecting it to a web application, ...00
MJmahpara jabbarinmyblog.cloud·Sep 17, 2024 · 7 min readMigrating to Amazon RDSA lab on migrating to Amazon RDS typically involves transferring an existing on-premises or cloud-hosted database to Amazon's Relational Database Service (RDS). The goal is to reduce the operational burden of managing databases by leveraging AWS's ma...01A
MJmahpara jabbarinmyblog.cloud·Sep 4, 2024 · 3 min readCloudWatch CPU Utilization Monitoring with SNS AlertThis lab focuses on setting up a CloudWatch alarm to monitor CPU utilization on an EC2 instance, configuring an SNS topic to receive email alerts when CPU utilization exceeds a defined threshold, and creating a CloudWatch dashboard for real-time moni...00
MJmahpara jabbarinmyblog.cloud·Aug 26, 2024 · 2 min readManually Configuring IAM Permissions for EC2 and VPC ResourcesThis will guide us through the steps required to create custom IAM policies and attach them to users or roles to control access to various AWS resources, including EC2 instances and VPC components. To create and configure AWS IAM policies and roles t...00