Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Your company wants to deploy an Nginx web server on an EC 2 instance for a new web application. The web server should be configured
Your company wants to deploy an Nginx web server on an EC instance for a new web application. The web server should be configured to serve static content and handle basic web traffic and configure the instance to allow traffic only on HTTP port and SSH port for administrative access. Provide Server Public IPV and Attach Screenshot.
Deploy an Application Load Balancer ALB to distribute traffic between multiple EC instances running Nginx and Apache web servers. Ensure that the ALB is configured to handle HTTP traffic on port and route requests based on the URL path to the appropriate backend instances egnginx routes to Nginx instances and apache routes to Apache instances Provide ALB DNS Name and Attach Screenshot.
Create an Auto Scaling Group using a Launch Template that defines an EC instance configuration with Nginx installed. The Auto Scaling Group should automatically adjust the number of instances based on CPU utilization metrics to handle varying traffic loads, ensuring high availability and performance and configure the Auto Scaling group to scale out when CPU utilization exceeds and scale in when it drops below
Your company needs to implement a disaster recovery plan for a critical EC instance. The objective is to ensure that a backup of the instance is available in a different AWS region for redundancy. To achieve this, you need to:
a Take a snapshot of the root volume of the EC instance.
b Create an AMI Amazon Machine Image from the snapshot.
c Copy the AMI to a different AWS region to ensure it can be quickly deployed in case of a regional failure.
d provide screenshots of the snapshot creation process.
Your company is deploying a web application that utilizes Auto Scaling for managing EC instances and an Application Load Balancer ALB to distribute traffic. Design an IAM role along with a policy that enables Auto Scaling to launch instances using a specific Launch Template and register these instances with an ALB. Ensure that the policy grants only the minimum permissions required for these actions. Provide the IAM User and attach a screenshot.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started