Old AMIs on your AWS Account

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • oldamis

    A simple JavaScript cli for checking your AWS account for AMIs that are either >1y old or marked as deprecated.

  • If looking up all the AMIs in use on your account and checking the metadata sounds like a lot of work, then you're in luck. After reading about the new DeprecationTime data point, I made a small JavaScript tool, oldamis (github, npm) that looks up AMIs and checks both of those data points for you. You can run it with npx if you have NPM installed:

  • chalk

    🖍 Terminal string styling done right

  • The oldami tool uses chalk to colorize the output and figlet for the banner.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • aws-lambda-java-libs

    Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.

  • You might also be using AMIs, but not explicitly. You might be implicitly using AMIs through Fargate or Lambda, for instance. Getting out of the business of configuring and patching server instances is part of the value proposition of the 'serverless' model. There are still servers and patches, but you, the AWS user, don't need to care about them.

  • figlet.js

    A FIG Driver written in JavaScript which aims to fully implement the FIGfont spec.

  • The oldami tool uses chalk to colorize the output and figlet for the banner.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Going beyond the old and boring console.log()

    1 project | /r/node | 4 Feb 2023
  • Hacktoberfest Recap

    1 project | dev.to | 31 Oct 2022
  • 16-Nodejs Course 2023: Application Configurations

    2 projects | dev.to | 31 Oct 2022
  • Why a terminal cant support colors?

    1 project | /r/termux | 29 Apr 2022
  • chalk VS ansis - a user suggested alternative

    2 projects | 24 Jan 2022