Troubleshooting and Optimization I
Explore how to troubleshoot and optimize AWS deployments by understanding cost-saving EC2 strategies, resolving SSH connectivity timeouts, diagnosing Kubernetes deployment rollbacks, enhancing Amazon EFS throughput for big data workloads, and addressing Amazon EBS volume performance bottlenecks to improve your cloud applications' scalability and reliability.
We'll cover the following...
Question 55
You are tasked to optimize the deployment costs for a mission-critical web application running on Amazon EC2 instances.
Which actions can reduce EC2 costs without compromising application performance (Select any two options.)
A. Use reserved instances for predictable workloads.
B. Enable termination protection for critical workloads.
C. Use Auto Scaling Groups with demand-based policies.
D. Configure EC2 instances to use high IOPS EBS volumes by default.
E. Choose the latest generation instance types.
Question 56
A developer is attempting to connect via SSH to a newly launched Amazon EC2 instance that resides in a public subnet. The ...