0 votes
in AWS by
What can be the option to reduce the load on Amazon EC2 instance when the content management system running on Amazon EC2 instance which is reaching total CPU utilization.

1) Make a CloudFront distribution after that configure the Amazon EC2 instance as origin

2) Register the Amazon EC2 instance by creating a load balancer.

3) Make an Auto Scaling group from the instance using the CreateAutoScalingGroup action

4) Make a launch configuration from the instance using the CreateLaunchConfiguration action

1 Answer

0 votes
by

2) Register the Amazon EC2 instance by creating a load balancer.

Related questions

0 votes
asked Dec 12, 2021 in AWS by SakshiSharma
0 votes
asked Aug 9, 2021 in AWS Access Management by rajeshsharma
...