
Cloud
Learning Level
# Create cost anomaly detector
aws ce put-anomaly-monitor \
--anomaly-monitor file://monitor.jsondef analyze_savings_plans():
ce = boto3.client('ce')
response = ce.get_reservation_purchase_recommendation(
Service='EC2',
LookbackPeriod='THIRTY_DAYS',
TerminInYears='THREE_YEARS'
)
return response['Recommendations']# Create Lambda to stop idle instances
aws events put-rule \
--name stop-idle-instances \
--schedule-expression "rate(1 hour)"Implement comprehensive multi-account strategy.
Resources
Ojasa Mirai
Master AI-powered development skills through structured learning, real projects, and verified credentials. Whether you're upskilling your team or launching your career, we deliver the skills companies actually need.
Learn Deep • Build Real • Verify Skills • Launch Forward