AWSGenie

A comprehensive utility for managing and comparing your AWS resources.

Лицензия

Лицензия

Категории

Категории

AWS Контейнер PaaS Providers ASM Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

io.github.odalabasmaz.awsgenie
Идентификатор

Идентификатор

awsgenie
Последняя версия

Последняя версия

0.1.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

AWSGenie
A comprehensive utility for managing and comparing your AWS resources.
Ссылка на сайт

Ссылка на сайт

https://github.com/odalabasmaz/awsgenie/
Система контроля версий

Система контроля версий

https://github.com/odalabasmaz/awsgenie/tree/main

Скачать awsgenie

Имя Файла Размер
awsgenie-0.1.2.pom 11 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.odalabasmaz.awsgenie/awsgenie/ -->
<dependency>
    <groupId>io.github.odalabasmaz.awsgenie</groupId>
    <artifactId>awsgenie</artifactId>
    <version>0.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.odalabasmaz.awsgenie/awsgenie/
implementation 'io.github.odalabasmaz.awsgenie:awsgenie:0.1.2'
// https://jarcasting.com/artifacts/io.github.odalabasmaz.awsgenie/awsgenie/
implementation ("io.github.odalabasmaz.awsgenie:awsgenie:0.1.2")
'io.github.odalabasmaz.awsgenie:awsgenie:pom:0.1.2'
<dependency org="io.github.odalabasmaz.awsgenie" name="awsgenie" rev="0.1.2">
  <artifact name="awsgenie" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.odalabasmaz.awsgenie', module='awsgenie', version='0.1.2')
)
libraryDependencies += "io.github.odalabasmaz.awsgenie" % "awsgenie" % "0.1.2"
[io.github.odalabasmaz.awsgenie/awsgenie "0.1.2"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • resource-fetcher
  • resource-terminator

AWSGenie

A comprehensive utility for managing & comparing your AWS resources.

Resource Terminator

  • Terminating resources in AWS can be really hard if you have lot's of them. AWSGenie Resource Terminator help you with removing your resources safely.
  • It can check resources that depends on other resources, shows you the last usage data for the resources, and if you confirm, deletes the resources and removes them from the other resources.
  • AWSGenie Resource Terminator can be used standalone as a CLI tool, or can be added to your project as a library.

Basic Usage: java -jar awsgenie-{VERSION}.jar --region {REGION} --service {AWS SERVICE} --resources {RESOURCE NAMES} --description {DESCRIPTION}

For more detailed explanation about the parameters, please checkout the javadoc.

Версии библиотеки

Версия
0.1.2
0.1.1
0.1.0