Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A company is migrating to AWS Cloud, utilizing EC2 and RDSDB instances. They require an automated solution to manage the start and stop of these instances during off-hours to minimize costs and maintenance.
A
Utilize elastic resize for EC2 and scale RDS to zero outside business hours.
B
Find a partner solution in AWS Marketplace for scheduled start/stop of instances.
C
Deploy an additional EC2 instance with a crontab to script the start/stop of existing instances.
D
Develop a Lambda function for instance management, triggered by EventBridge on a schedule.