List of questions
Related questions
Question 397 - SOA-C02 discussion
To automatically reboot an EC2 instance when disk usage reaches 100%, a solution with minimal operational overhead is needed.
Create a CloudWatch alarm for the EC2 instance. Create an Amazon EventBridge event rule that reacts to the CloudWatch alarm and reboots the EC2 instance.
Create a CloudWatch alarm for the EC2 instance. Create an Amazon Simple Email Service (Amazon SES) notification that reacts to the CloudWatch alarm and reboots the EC2 instance.
Create an AWS Lambda function to reboot the EC2 instance. Create a CloudWatch alarm that uses Amazon EventBridge to invoke the Lambda function.
Create an AWS Lambda function to reboot the EC2 instance. Use EC2 health checks to invoke the Lambda function.
0 comments
Leave a comment first