Amazon AWS WAF ( Web Application Firewall)

Posted filed under Amazon AWS.

Amazon AWS Confiuguring WAF to Block IP address AWS WAF is a web application firewall service that helps protect your web apps from common exploits that could affect app availability, compromise security, or consume excessive resources In here we have two instances called LinuxWebserver1 and Linux Webserver3 that are part of Application Load Balancer; and… Read more »

Amazon AWS Solution Architecture Practice Exam 2019 – Part 2

Posted filed under Amazon AWS.

Question 6) A web application allows customers to upload orders to an S3 bucket. The resulting Amazon S3 events trigger a Lambda function that inserts a message to an SQS queue. A singleEC2 instance reads messages from the queue, processes them, and stores them in an DynamoDB table partitioned by unique order ID. Next month… Read more »

Amazon AWS Solution Architecture Practice Exam 2019 – Part 1

Posted filed under Amazon AWS.

Question 1) A company is storing an access key (access key ID and secret access key) in a text file on a custom AMI. The company uses the access key to access DynamoDBtables from instances created from the AMI. The security team has mandated a more secure solution.Which solution will meet the security team’s mandate?… Read more »

AWS Certified Cloud Practitioner – Foundational Sample Exam Questions

Posted filed under Amazon AWS.

        1) Why is AWS more economical than traditional data centers for applications with varying compute workloads? A) Amazon Elastic Compute Cloud (Amazon EC2) costs are billed on a monthly basis.B) Customers retain full administrative access to their Amazon EC2 instances.C) Amazon EC2 instances can be launched on-demand when needed.D) Customers can… Read more »

Amazon AWS Network Elastic Load Balancer (ELB)

Posted filed under Amazon AWS.

        Feature Application Load Balancer Network Load Balancer Classic Load Balancer Protocols HTTP, HTTPS TCP TCP, SSL/TLS, HTTP, HTTPS Platforms VPC VPC EC2-Classic, VPC Health checks ✔ ✔ ✔ CloudWatch metrics ✔ ✔ ✔ Logging ✔ ✔ ✔     Path-Based Routing ✔ Host-Based Routing ✔ Native HTTP/2 ✔ ✔ SSL offloading… Read more »

Amazon AWS EFS Elastic File System and ELB

Posted filed under Amazon AWS.

Amazon AWS EFS with ELB       EFS (Elastic File System) Features EFS is storage option for EC2, that can be attached to more than one EC2, remember Volume can only be attached to one EC2 EFS is Elastic, and it is scalable ( The storage capacity will increase or decrease as you add… Read more »

Amazon AWS Application Elastic Load Balance (ELB)

Posted filed under Amazon AWS.

Follow @ASM_Educational           Step 1) Create Target Group 1 (Pic) and Target Group 2 (video) Step 2) Associate /Register the above group with EC1(Pic1) and EC2 (Pic2) with group 1 click target Tab ( Make sure click to add to register , then Save ) Step 3) Associate /Register the above… Read more »