The DevOps DropSign in
Interview HubTopicsCertification PrepSavedAchievementsGlobal LeaderboardLearnTech BlogsTech News

Cost

What infrastructure actually costs and how to bring it down.

TypeEverythingQuestions9Drills7Blogs1
LevelAll levelsBeginner1Intermediate5Advanced3

1 item at beginner level · all topics

  • QuestionAWS·beginner·3 min+10 XP

    How do you cut EC2 costs for workloads that sit idle nights and weekends, without relying on someone remembering to turn things off?

    Automate the stop and start instead of asking anyone to remember it. Scheduled Auto Scaling actions or AWS Instance Scheduler both work; the choice mostly comes down to whether the fleet is already behind an Auto Scaling group. Either way, tag-based scoping is what keeps it from ever touching something that shouldn't be stopped.

    #EC2#Cost