🥝 Mini ECS CLI Command 🥝

miniecs

🥝 miniecs is a CLI tool for AWS ECS. 🥝

GitHub Workflow Status

Requirement

  • go 1.17.x or later

�Installation

go install github.com/jedipunkz/miniecs@latest

Usage

$ miniecs exec --cluster <cluster-name> --container <container-name> --command <command>

Options

Option Explanation Required
--cluster ECS Cluster Name YES
--container Container Name YES
--command Command YES

Reference

This code's internal pkg is based on the aws copilot-cli code (Apache License 2.0)

https://github.com/aws/copilot-cli

License

Apache License 2.0

Author

jedipunkz

Owner
Tomokazu HIRAI
Infra Engineer/Cloud Engineer/SRE. My Interests: openstack, aws, gcp, kubernetes, terraform, ansible, python, golang, prometheus, ceph, rook.io, istio
Tomokazu HIRAI
Comments
  • Bump github.com/ktr0731/go-fuzzyfinder from 0.6.0 to 0.7.0

    Bump github.com/ktr0731/go-fuzzyfinder from 0.6.0 to 0.7.0

    Bumps github.com/ktr0731/go-fuzzyfinder from 0.6.0 to 0.7.0.

    Release notes

    Sourced from github.com/ktr0731/go-fuzzyfinder's releases.

    v0.7.0

    New features

    e22fee8 support ANSI Escape Sequence Select Graphic Rendition (#163) 3788372 added ANSI color parsing and displaying colors in preview (closes #29) (#154) 76fb6bd Adding more movement keys (#153)

    Improvements

    3ecdbfe improve tests (#162)

    Dependency updates

    0ffa9a7 Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#161) 86593ac Bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 (#160) bd0a290 Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#159) 5fe71f6 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#158) f36baf4 Bump github.com/gdamore/tcell/v2 from 2.5.2 to 2.5.3 (#157) d87950b Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.5.2 (#156) 15a2a04 Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 (#155) df4cd55 Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 (#152) 817dcd2 Bump codecov/codecov-action from 3.0.0 to 3.1.0 (#150) 4ce8e85 Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 (#151) 9080700 Bump github.com/gdamore/tcell/v2 from 2.5.0 to 2.5.1 (#149) e0fce77 Bump codecov/codecov-action from 2.0.3 to 3.0.0 (#147) bcf3d23 Bump github.com/gdamore/tcell/v2 from 2.4.0 to 2.5.0 (#148) b431494 Bump actions/cache from 2.1.7 to 3 (#146) 7e5b50a Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 (#145) 44d07ab Bump actions/checkout from 2.4.0 to 3 (#144)

    Commits
    • e22fee8 support ANSI Escape Sequence Select Graphic Rendition (#163)
    • 3ecdbfe improve tests (#162)
    • 0ffa9a7 Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 (#161)
    • 86593ac Bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14 (#160)
    • bd0a290 Bump codecov/codecov-action from 3.1.0 to 3.1.1 (#159)
    • 5fe71f6 Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#158)
    • f36baf4 Bump github.com/gdamore/tcell/v2 from 2.5.2 to 2.5.3 (#157)
    • d87950b Bump github.com/gdamore/tcell/v2 from 2.5.1 to 2.5.2 (#156)
    • 15a2a04 Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 (#155)
    • 3788372 added ANSI color parsing and displaying colors in preview (closes #29) (#154)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.0

    Bump github.com/spf13/cobra from 1.5.0 to 1.6.0

    Bumps github.com/spf13/cobra from 1.5.0 to 1.6.0.

    Release notes

    Sourced from github.com/spf13/cobra's releases.

    v1.6.0

    Summer 2022 Release

    Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


    Features 🌠

    Deprecation 👎🏼

    • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @​umarcor #1643

    Bug fixes 🐛

    Dependencies 🗳️

    Testing 🤔

    Docs ✏️

    Misc 💭

    Note: Per #1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!

    Great work everyone! Cobra would never be possible without your contributions! 🐍

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump actions/checkout from 2 to 3.1.0

    Bump actions/checkout from 2 to 3.1.0

    Bumps actions/checkout from 2 to 3.1.0.

    Release notes

    Sourced from actions/checkout's releases.

    v3.1.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/checkout/compare/v3.0.2...v3.1.0

    v3.0.2

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v3...v3.0.2

    v3.0.1

    v3.0.0

    • Updated to the node16 runtime by default
      • This requires a minimum Actions Runner version of v2.285.0 to run, which is by default available in GHES 3.4 or later.

    v2.4.2

    What's Changed

    Full Changelog: https://github.com/actions/checkout/compare/v2...v2.4.2

    v2.4.1

    • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

    v2.4.0

    • Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr

    v2.3.5

    Update dependencies

    v2.3.4

    v2.3.3

    ... (truncated)

    Changelog

    Sourced from actions/checkout's changelog.

    v3.1.0

    v3.0.2

    v3.0.1

    v3.0.0

    v2.3.1

    v2.3.0

    v2.2.0

    v2.1.1

    • Changes to support GHES (here and here)

    v2.1.0

    v2.0.0

    v2 (beta)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump actions/cache from 3.0.11 to 3.2.1

    Bump actions/cache from 3.0.11 to 3.2.1

    Bumps actions/cache from 3.0.11 to 3.2.1.

    Release notes

    Sourced from actions/cache's releases.

    v3.2.1

    What's Changed

    Full Changelog: https://github.com/actions/cache/compare/v3.2.0...v3.2.1

    v3.2.0

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/cache/compare/v3...v3.2.0

    v3.2.0-beta.1

    What's Changed

    v3.1.0-beta.3

    What's Changed

    • Bug fixes for bsdtar fallback, if gnutar not available, and gzip fallback, if cache saved using old cache action, on windows.

    Full Changelog: https://github.com/actions/cache/compare/v3.1.0-beta.2...v3.1.0-beta.3

    ... (truncated)

    Changelog

    Sourced from actions/cache's changelog.

    3.0.11

    • Update toolkit version to 3.0.5 to include @actions/core@^1.10.0
    • Update @actions/cache to use updated saveState and setOutput functions from @actions/core@^1.10.0

    3.1.0-beta.1

    • Update @actions/cache on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. (issue)

    3.1.0-beta.2

    • Added support for fallback to gzip to restore old caches on windows.

    3.1.0-beta.3

    • Bug fixes for bsdtar fallback if gnutar not available and gzip fallback if cache saved using old cache action on windows.

    3.2.0-beta.1

    • Added two new actions - restore and save for granular control on cache.

    3.2.0

    • Released the two new actions - restore and save for granular control on cache

    3.2.1

    • Update @actions/cache on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. (issue)
    • Added support for fallback to gzip to restore old caches on windows.
    • Added logs for cache version in case of a cache miss.
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump github.com/aws/aws-sdk-go from 1.44.162 to 1.44.167

    Bump github.com/aws/aws-sdk-go from 1.44.162 to 1.44.167

    Bumps github.com/aws/aws-sdk-go from 1.44.162 to 1.44.167.

    Release notes

    Sourced from github.com/aws/aws-sdk-go's releases.

    Release v1.44.167 (2022-12-23)

    Service Client Updates

    • service/connect: Updates service API and documentation
    • service/connectparticipant: Updates service API and documentation
    • service/detective: Updates service API and documentation
    • service/fsx: Updates service API and documentation
    • service/inspector2: Updates service API

    Release v1.44.166 (2022-12-22)

    Service Client Updates

    • service/compute-optimizer: Updates service API, documentation, and paginators
    • service/connect: Updates service API and documentation
    • service/iotdeviceadvisor: Updates service API and documentation
    • service/kinesis-video-webrtc-storage: Updates service API and documentation
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • Add support for managing master user password in AWS Secrets Manager for the DBInstance and DBCluster.
    • service/secretsmanager: Updates service documentation
      • Documentation updates for Secrets Manager

    Release v1.44.165 (2022-12-21)

    Service Client Updates

    • service/connect: Updates service API
    • service/connectparticipant: Updates service API
    • service/license-manager-linux-subscriptions: Adds new service
    • service/macie2: Updates service API
    • service/sagemaker: Updates service API and documentation
      • This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains
    • service/scheduler: Updates service API
    • service/ssm: Updates service documentation
      • Doc-only updates for December 2022.
    • service/support: Updates service documentation
      • Documentation updates for the AWS Support API
    • service/transfer: Updates service API and documentation
      • This release adds support for Decrypt as a workflow step type.

    Release v1.44.164 (2022-12-20)

    Service Client Updates

    • service/batch: Updates service API and documentation
      • Adds isCancelled and isTerminated to DescribeJobs response.
    • service/ec2: Updates service API, documentation, and paginators
      • Adds support for pagination in the EC2 DescribeImages API.
    • service/lookoutequipment: Updates service API and documentation

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump github.com/aws/aws-sdk-go from 1.44.142 to 1.44.157

    Bump github.com/aws/aws-sdk-go from 1.44.142 to 1.44.157

    Bumps github.com/aws/aws-sdk-go from 1.44.142 to 1.44.157.

    Release notes

    Sourced from github.com/aws/aws-sdk-go's releases.

    Release v1.44.157 (2022-12-09)

    Service Client Updates

    • service/iotfleetwise: Updates service API and documentation
    • service/logs: Updates service documentation
      • Doc-only update for CloudWatch Logs, for Tagging Permissions clarifications
    • service/medialive: Updates service API and documentation
      • Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
    • service/mediapackage-vod: Updates service API and documentation

    Release v1.44.156 (2022-12-08)

    Service Client Updates

    • service/autoscaling: Updates service API and documentation
      • Adds support for metric math for target tracking scaling policies, saving you the cost and effort of publishing a custom metric to CloudWatch. Also adds support for VPC Lattice by adding the Attach/Detach/DescribeTrafficSources APIs and a new health check type to the CreateAutoScalingGroup API.
    • service/iottwinmaker: Updates service API, documentation, and paginators
    • service/migrationhubstrategy: Updates service API and documentation

    Release v1.44.155 (2022-12-07)

    Service Client Updates

    • service/ce: Updates service API and documentation
    • service/cloudfront: Updates service API and documentation
      • Introducing UpdateDistributionWithStagingConfig that can be used to promote the staging configuration to the production.
    • service/eks: Updates service API and documentation
    • service/kms: Updates service documentation and examples
      • Updated examples and exceptions for External Key Store (XKS).

    Release v1.44.154 (2022-12-06)

    Service Client Updates

    • service/billingconductor: Updates service API and documentation
    • service/connect: Updates service API, documentation, and paginators
    • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
      • Endpoint Ruleset update: Use http instead of https for the "local" region.
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • This release adds the BlueGreenDeploymentNotFoundFault to the AddTagsToResource, ListTagsForResource, and RemoveTagsFromResource operations.
    • service/sagemaker-featurestore-runtime: Updates service API and documentation
    • service/streams.dynamodb: Adds new service

    Release v1.44.153 (2022-12-05)

    Service Client Updates

    • service/ce: Updates service API and documentation
    • service/ec2: Updates service documentation

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump github.com/aws/aws-sdk-go from 1.44.142 to 1.44.152

    Bump github.com/aws/aws-sdk-go from 1.44.142 to 1.44.152

    Bumps github.com/aws/aws-sdk-go from 1.44.142 to 1.44.152.

    Release notes

    Sourced from github.com/aws/aws-sdk-go's releases.

    Release v1.44.152 (2022-12-02)

    Service Client Updates

    • service/appsync: Updates service documentation
    • service/ecs: Updates service documentation
      • Documentation updates for Amazon ECS
    • service/fms: Updates service API
    • service/mediaconvert: Updates service API and documentation
      • The AWS Elemental MediaConvert SDK has added support for configurable ID3 eMSG box attributes and the ability to signal them with InbandEventStream tags in DASH and CMAF outputs.
    • service/medialive: Updates service API and documentation
      • Updates to Event Signaling and Management (ESAM) API and documentation.
    • service/polly: Updates service API
      • Add language code for Finnish (fi-FI)
    • service/proton: Updates service API
    • service/redshift-serverless: Updates service API, documentation, and paginators
    • service/sns: Updates service documentation
      • This release adds the message payload-filtering feature to the SNS Subscribe, SetSubscriptionAttributes, and GetSubscriptionAttributes API actions

    Release v1.44.151 (2022-12-01)

    Service Client Updates

    • service/comprehend: Updates service API, documentation, and paginators
    • service/gamelift: Updates service API, documentation, and paginators
      • GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.
    • service/pipes: Updates service API, documentation, paginators, and examples
    • service/states: Updates service API, documentation, and paginators
      • This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.

    Release v1.44.150 (2022-11-30)

    Service Client Updates

    • service/accessanalyzer: Updates service API and documentation
    • service/athena: Updates service API, documentation, and paginators
      • This release includes support for using Apache Spark in Amazon Athena.
    • service/dataexchange: Updates service API and documentation
    • service/docdb-elastic: Adds new service
    • service/glue: Updates service API, documentation, and paginators
      • This release adds support for AWS Glue Data Quality, which helps you evaluate and monitor the quality of your data and includes the API for creating, deleting, or updating data quality rulesets, runs and evaluations.
    • service/s3control: Updates service API and documentation
      • Amazon S3 now supports cross-account access points. S3 bucket owners can now allow trusted AWS accounts to create access points associated with their bucket.
    • service/sagemaker: Updates service API, documentation, and paginators
      • Added Models as part of the Search API. Added Model shadow deployments in realtime inference, and shadow testing in managed inference. Added support for shared spaces, geospatial APIs, Model Cards, AutoMLJobStep in pipelines, Git repositories on user profiles and domains, Model sharing in Jumpstart.
    • service/sagemaker-geospatial: Adds new service

    Release v1.44.149 (2022-11-29)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump github.com/aws/aws-sdk-go from 1.44.142 to 1.44.146

    Bump github.com/aws/aws-sdk-go from 1.44.142 to 1.44.146

    Bumps github.com/aws/aws-sdk-go from 1.44.142 to 1.44.146.

    Release notes

    Sourced from github.com/aws/aws-sdk-go's releases.

    Release v1.44.146 (2022-11-28)

    Service Client Updates

    • service/backup: Updates service API, documentation, and paginators
    • service/drs: Updates service API and documentation
    • service/ecs: Updates service API, documentation, and paginators
      • This release adds support for ECS Service Connect, a new capability that simplifies writing and operating resilient distributed applications. This release updates the TaskDefinition, Cluster, Service mutation APIs with Service connect constructs and also adds a new ListServicesByNamespace API.
    • service/elasticfilesystem: Updates service API and documentation
      • This release adds elastic as a new ThroughputMode value for EFS file systems and adds AFTER_1_DAY as a value for TransitionToIARules.
    • service/iot: Updates service API and documentation
      • Job scheduling enables the scheduled rollout of a Job with start and end times and a customizable end behavior when end time is reached. This is available for continuous and snapshot jobs. Added support for MQTT5 properties to AWS IoT TopicRule Republish Action.
    • service/iot-data: Updates service API and documentation
    • service/iotwireless: Updates service API and documentation
    • service/kendra: Updates service API and documentation
      • Amazon Kendra now supports preview of table information from HTML tables in the search results. The most relevant cells with their corresponding rows, columns are displayed as a preview in the search result. The most relevant table cell or cells are also highlighted in table preview.
    • service/logs: Updates service API and documentation
      • Updates to support CloudWatch Logs data protection and CloudWatch cross-account observability
    • service/mgn: Updates service API, documentation, and paginators
    • service/monitoring: Updates service API, documentation, and paginators
      • Adds cross-account support to the GetMetricData API. Adds cross-account support to the ListMetrics API through the usage of the IncludeLinkedAccounts flag and the new OwningAccounts field.
    • service/oam: Updates service API, documentation, paginators, and examples
    • service/organizations: Updates service API and documentation
      • This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies.
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • This release enables new Aurora and RDS feature called Blue/Green Deployments that makes updates to databases safer, simpler and faster.
    • service/textract: Updates service API and documentation
    • service/transcribe: Updates service API and documentation
    • service/transcribe-streaming: Updates service API and documentation

    Release v1.44.145 (2022-11-23)

    Service Client Updates

    • service/grafana: Updates service API and documentation
    • service/rbin: Updates service API and documentation

    Release v1.44.144 (2022-11-22)

    Service Client Updates

    • service/appflow: Updates service API and documentation
    • service/kinesisanalyticsv2: Updates service API and documentation

    Release v1.44.143 (2022-11-21)

    Service Client Updates

    • service/route53: Updates service API
      • Amazon Route 53 now supports the Asia Pacific (Hyderabad) Region (ap-south-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump github.com/aws/aws-sdk-go from 1.44.131 to 1.44.136

    Bump github.com/aws/aws-sdk-go from 1.44.131 to 1.44.136

    Bumps github.com/aws/aws-sdk-go from 1.44.131 to 1.44.136.

    Release notes

    Sourced from github.com/aws/aws-sdk-go's releases.

    Release v1.44.136 (2022-11-11)

    Service Client Updates

    • service/glue: Updates service documentation
      • Added links related to enabling job bookmarks.
    • service/iot: Updates service API and documentation
      • This release add new api listRelatedResourcesForAuditFinding and new member type IssuerCertificates for Iot device device defender Audit.
    • service/license-manager: Updates service API and documentation
    • service/marketplace-catalog: Updates service API and documentation
    • service/rekognition: Updates service API and documentation
      • Adding support for ImageProperties feature to detect dominant colors and image brightness, sharpness, and contrast, inclusion and exclusion filters for labels and label categories, new fields to the API response, "aliases" and "categories"
    • service/securityhub: Updates service documentation
    • service/ssm-incidents: Updates service API and documentation

    Release v1.44.135 (2022-11-10)

    Service Client Updates

    • service/autoscaling: Updates service documentation
      • This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price.
    • service/ec2: Updates service API and documentation
      • This release adds a new price capacity optimized allocation strategy for Spot Instances to help customers optimize provisioning of Spot Instances via EC2 Auto Scaling, EC2 Fleet, and Spot Fleet. It allocates Spot Instances based on both spare capacity availability and Spot Instance price.
    • service/ecs: Updates service API, documentation, and examples
      • This release adds support for task scale-in protection with updateTaskProtection and getTaskProtection APIs. UpdateTaskProtection API can be used to protect a service managed task from being terminated by scale-in events and getTaskProtection API to get the scale-in protection status of a task.
    • service/es: Updates service API and documentation
      • Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet.
    • service/resource-explorer-2: Updates service documentation
    • service/scheduler: Updates service API, documentation, paginators, and examples

    Release v1.44.134 (2022-11-09)

    Service Client Updates

    • service/connect: Updates service API and documentation
    • service/connectcases: Updates service API and documentation
    • service/ec2: Updates service API
      • Amazon EC2 Trn1 instances, powered by AWS Trainium chips, are purpose built for high-performance deep learning training. u-24tb1.112xlarge and u-18tb1.112xlarge High Memory instances are purpose-built to run large in-memory databases.
    • service/groundstation: Updates service API, documentation, and paginators
    • service/mediapackage-vod: Updates service API and documentation
    • service/transcribe-streaming: Updates service API and documentation

    Release v1.44.133 (2022-11-08)

    Service Client Updates

    • service/acm: Updates service API and documentation
      • Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384 (EC_secp384r1).
    • service/billingconductor: Updates service API, documentation, and paginators
    • service/ec2: Updates service API and documentation

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump github.com/aws/aws-sdk-go from 1.44.121 to 1.44.126

    Bump github.com/aws/aws-sdk-go from 1.44.121 to 1.44.126

    Bumps github.com/aws/aws-sdk-go from 1.44.121 to 1.44.126.

    Release notes

    Sourced from github.com/aws/aws-sdk-go's releases.

    Release v1.44.126 (2022-10-28)

    Service Client Updates

    • service/apprunner: Updates service API
    • service/appstream: Updates service API and documentation
      • This release includes CertificateBasedAuthProperties in CreateDirectoryConfig and UpdateDirectoryConfig.
    • service/cloud9: Updates service documentation
      • Update to the documentation section of the Cloud9 API Reference guide.
    • service/cloudformation: Updates service API and documentation
      • This release adds more fields to improves visibility of AWS CloudFormation StackSets information in following APIs: ListStackInstances, DescribeStackInstance, ListStackSetOperationResults, ListStackSetOperations, DescribeStackSetOperation.
    • service/gamesparks: Updates service API
    • service/mediatailor: Updates service API and documentation
    • service/privatenetworks: Adds new service
    • service/support-app: Adds new service

    Release v1.44.125 (2022-10-27)

    Service Client Updates

    • service/ec2: Updates service API and documentation
      • Feature supports the replacement of instance root volume using an updated AMI without requiring customers to stop their instance.
    • service/fms: Updates service API and documentation
    • service/glue: Updates service API and documentation
      • Added support for custom datatypes when using custom csv classifier.
    • service/redshift: Updates service documentation
      • This release clarifies use for the ElasticIp parameter of the CreateCluster and RestoreFromClusterSnapshot APIs.
    • service/sagemaker: Updates service API and documentation
      • This change allows customers to provide a custom entrypoint script for the docker container to be run while executing training jobs, and provide custom arguments to the entrypoint script.
    • service/wafv2: Updates service API and documentation

    Release v1.44.124 (2022-10-26)

    Service Client Updates

    • service/iam: Updates service documentation
      • Doc only update that corrects instances of CLI not using an entity.
    • service/kafka: Updates service API and documentation
    • service/neptune: Updates service API, documentation, and paginators
      • Added a new cluster-level attribute to set the capacity range for Neptune Serverless instances.
    • service/sagemaker: Updates service API
      • Amazon SageMaker Automatic Model Tuning now supports specifying Grid Search strategy for tuning jobs, which evaluates all hyperparameter combinations exhaustively based on the categorical hyperparameters provided.

    Release v1.44.123 (2022-10-25)

    Service Client Updates

    • service/accessanalyzer: Updates service API and documentation
    • service/location: Updates service documentation
    • service/mediatailor: Updates service API, documentation, paginators, and examples

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump github.com/aws/aws-sdk-go from 1.44.105 to 1.44.116

    Bump github.com/aws/aws-sdk-go from 1.44.105 to 1.44.116

    Bumps github.com/aws/aws-sdk-go from 1.44.105 to 1.44.116.

    Release notes

    Sourced from github.com/aws/aws-sdk-go's releases.

    Release v1.44.116 (2022-10-14)

    Service Client Updates

    • service/mediaconvert: Updates service API and documentation
      • MediaConvert now supports specifying the minimum percentage of the HRD buffer available at the end of each encoded video segment.

    Release v1.44.115 (2022-10-13)

    Service Client Updates

    • service/amplifyuibuilder: Updates service API and documentation
    • service/appflow: Updates service API and documentation
    • service/connect: Updates service API and documentation
    • service/ds: Updates service API, documentation, and paginators
      • This release adds support for describing and updating AWS Managed Microsoft AD set up.
    • service/ecs: Updates service documentation
      • Documentation update to address tickets.
    • service/guardduty: Updates service API and documentation
      • Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations.
    • service/iam: Updates service documentation
      • Documentation updates for the AWS Identity and Access Management API Reference.
    • service/iotfleetwise: Updates service documentation
    • service/medialive: Updates service API and documentation
      • AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.
    • service/mediapackage-vod: Updates service API and documentation
    • service/panorama: Updates service API and documentation
    • service/rds-data: Updates service API and documentation
    • service/ssm: Updates service API and documentation
      • Support of AmazonLinux2022 by Patch Manager
    • service/ssm-incidents: Updates service API
    • service/transfer: Updates service API and documentation
      • This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect.
    • service/translate: Updates service documentation
    • service/wisdom: Updates service API and documentation

    Release v1.44.114 (2022-10-07)

    Service Client Updates

    • service/codeguru-reviewer: Updates service documentation
    • service/elasticloadbalancingv2: Updates service documentation
    • service/greengrassv2: Updates service API and documentation
    • service/quicksight: Updates service API and documentation
      • Amazon QuickSight now supports SecretsManager Secret ARN in place of CredentialPair for DataSource creation and update. This release also has some minor documentation updates and removes CountryCode as a required parameter in GeoSpatialColumnGroup

    Release v1.44.113 (2022-10-06)

    Service Client Updates

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump actions/cache from 3.0.11 to 3.2.2

    Bump actions/cache from 3.0.11 to 3.2.2

    Bumps actions/cache from 3.0.11 to 3.2.2.

    Release notes

    Sourced from actions/cache's releases.

    v3.2.2

    What's Changed

    New Contributors

    Full Changelog: https://github.com/actions/cache/compare/v3.2.1...v3.2.2

    v3.2.1

    What's Changed

    Full Changelog: https://github.com/actions/cache/compare/v3.2.0...v3.2.1

    v3.2.0

    What's Changed

    New Contributors

    ... (truncated)

    Changelog

    Sourced from actions/cache's changelog.

    3.0.11

    • Update toolkit version to 3.0.5 to include @actions/core@^1.10.0
    • Update @actions/cache to use updated saveState and setOutput functions from @actions/core@^1.10.0

    3.1.0-beta.1

    • Update @actions/cache on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. (issue)

    3.1.0-beta.2

    • Added support for fallback to gzip to restore old caches on windows.

    3.1.0-beta.3

    • Bug fixes for bsdtar fallback if gnutar not available and gzip fallback if cache saved using old cache action on windows.

    3.2.0-beta.1

    • Added two new actions - restore and save for granular control on cache.

    3.2.0

    • Released the two new actions - restore and save for granular control on cache

    3.2.1

    • Update @actions/cache on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. (issue)
    • Added support for fallback to gzip to restore old caches on windows.
    • Added logs for cache version in case of a cache miss.

    3.2.2

    • Reverted the changes made in 3.2.1 to use gnu tar and zstd by default on windows.
    Commits
    • 4723a57 Revert compression changes related to windows but keep version logging (#1049)
    • d1507cc Merge pull request #1042 from me-and/correct-readme-re-windows
    • 3337563 Merge branch 'main' into correct-readme-re-windows
    • 60c7666 save/README.md: Fix typo in example (#1040)
    • b053f2b Fix formatting error in restore/README.md (#1044)
    • 501277c README.md: remove outdated Windows cache tip link
    • c1a5de8 Upgrade codeql to v2 (#1023)
    • 9b0be58 Release compression related changes for windows (#1039)
    • c17f4bf GA for granular cache (#1035)
    • ac25611 docs: fix an invalid link in workarounds.md (#929)
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Bump github.com/aws/aws-sdk-go from 1.44.162 to 1.44.171

    Bump github.com/aws/aws-sdk-go from 1.44.162 to 1.44.171

    Bumps github.com/aws/aws-sdk-go from 1.44.162 to 1.44.171.

    Release notes

    Sourced from github.com/aws/aws-sdk-go's releases.

    Release v1.44.171 (2022-12-30)

    Service Client Updates

    • service/cloudfront: Updates service API and documentation
      • Extend response headers policy to support removing headers from viewer responses
    • service/iotfleetwise: Updates service documentation

    Release v1.44.170 (2022-12-29)

    Service Client Updates

    • service/apigateway: Updates service documentation
      • Documentation updates for Amazon API Gateway
    • service/elasticmapreduce: Updates service API and documentation
      • Added GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters with runtime roles and AWS Lake Formation-based access control for Apache Spark, Apache Hive, and Presto queries.
    • service/secretsmanager: Updates service API and documentation
      • Added owning service filter, include planned deletion flag, and next rotation date response parameter in ListSecrets.
    • service/wisdom: Updates service API and documentation

    Release v1.44.169 (2022-12-28)

    Service Client Updates

    • service/elasticache: Updates service API and documentation
      • This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.
    • service/network-firewall: Updates service API and documentation
    • service/rds: Updates service API, documentation, waiters, paginators, and examples
      • This release adds support for Custom Engine Version (CEV) on RDS Custom SQL Server.
    • service/route53-recovery-control-config: Updates service documentation and paginators

    Release v1.44.168 (2022-12-27)

    Service Client Updates

    • service/memorydb: Updates service API, documentation, and paginators
    • service/transfer: Updates service API
      • Add additional operations to throw ThrottlingExceptions

    Release v1.44.167 (2022-12-23)

    Service Client Updates

    • service/connect: Updates service API and documentation
    • service/connectparticipant: Updates service API and documentation
    • service/detective: Updates service API and documentation
    • service/fsx: Updates service API and documentation
    • service/inspector2: Updates service API

    Release v1.44.166 (2022-12-22)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Related tags
ecsk is a CLI tool to interactively use frequently used functions of docker command in Amazon ECS. (docker run, exec, cp, logs, stop)
ecsk is a CLI tool to interactively use frequently used functions of docker command in Amazon ECS. (docker run, exec, cp, logs, stop)

English / 日本語 ecsk ECS + Task = ecsk ?? ecsk is a CLI tool to interactively use frequently used functions of docker command in Amazon ECS. (docker run

Dec 13, 2022
A tool to automate some of my tasks in ECS/ECR.

severinoctl A tool to automate some tasks in ECS/ECR. Work in progress... Prerequisites awscli working aws credentials environment AWS_REGION exported

Feb 19, 2022
Prometheus exporter for Amazon Elastic Container Service (ECS)

ecs_exporter ?? ?? ?? This repo is still work in progress and is subject to change. This repo contains a Prometheus exporter for Amazon Elastic Contai

Nov 27, 2022
Build a retractable ECS load balance network through aliyun openapi.

ECSEquilizer 通过阿里云OpenAPI建立一个可伸缩的负载均衡网络调度器。 简介 为确保代理集群网络和计算能力可以通过ECS云服务动态伸缩,所以制定实现以下策略。 节点分为static和dynamic两种,static节点是通过配置文件(config.yaml)实现预设的,固定不变。 d

Jul 2, 2022
Amazon ECS Container Agent: a component of Amazon Elastic Container Service
Amazon ECS Container Agent: a component of Amazon Elastic Container Service

Amazon ECS Container Agent The Amazon ECS Container Agent is a component of Amazon Elastic Container Service (Amazon ECS) and is responsible for manag

Dec 28, 2021
Like Komodor, just mini [••]

Minikom - like Komodor, just mini [••] Congratulations for receiving Komodor home assignment! If you made it this far, it means we're curious, and wou

Dec 20, 2021
Collection of mini-programs demonstrating Kubernetes client-go usage.

Kubernetes client-go examples Collection of mini-programs covering various client-go use cases. The intention (at least so far) is to test (more or le

Jan 3, 2023
Based on the electron Cross-platform Mini browser

Based on the electron Cross-platform Mini browser

May 1, 2022
Mini file storage with Go (Golang)

#Microstorage This is my exercise of creating simple file storage with GoLang Purpose: store and manipulate with user`s images in my pet projects ##Ve

Nov 2, 2022
This plugin helps you to use the AWS Command Line Interface (AWS CLI) to start and end sessions to your managed instances

Session Manager Plugin This plugin helps you to use the AWS Command Line Interface (AWS CLI) to start and end sessions to your managed instances. Sess

Dec 28, 2022
Aggregate Kubernetes logs using cli command.
Aggregate Kubernetes logs using cli command.

kubelog kubelog allows user to aggregate logs using cli command. How to use You can aggregate logs like this: Examples Stream logs from pod nginx with

Jan 11, 2021
The Coherence command line interface (CLI) is a lightweight tool, in the tradition of tools such as kubectl
The Coherence command line interface (CLI) is a lightweight tool, in the tradition of tools such as kubectl

Coherence Command Line Interface (CLI) Contents Overview Why use the Coherence C

Dec 15, 2022
Alertmanager-cli is a cli writtin in golang to silence alerts in AlertManager

Alertmanager-cli is a cli writtin in golang to silence alerts in AlertManager

Aug 27, 2022
A kafka command line browser
A kafka command line browser

kcli Kcli is a kafka read only command line browser. Install Binaries are provided here (windows is not tested). If you have go (1.11 or greater) inst

Nov 17, 2022
A live-updating version of the UNIX wc command.
A live-updating version of the UNIX wc command.

lwc A live-updating version of the UNIX wc command. Installation You can get a prebuilt binary for every major platform from the Releases page. Just e

Jul 26, 2022
Flexible HTTP command line stress tester for websites and web services
Flexible HTTP command line stress tester for websites and web services

Pewpew Pewpew is a flexible command line HTTP stress tester. Unlike other stress testers, it can hit multiple targets with multiple configurations, si

Dec 27, 2022
Command Line Interface for Scaleway
Command Line Interface for Scaleway

Scaleway CLI (v2) Scaleway CLI is a tool to help you pilot your Scaleway infrastructure directly from your terminal. Installation With a Package Manag

Jan 3, 2023
Command-line tool to remotely execute commands on Windows machines through WinRM

winrm-cli This is a Go command-line executable to execute remote commands on Windows machines through the use of WinRM/WinRS. Note: this tool doesn't

Dec 15, 2022
A command line tool for validating Kubernetes configs with rego

ccheck ccheck is a command line application for writing tests against configuration files and data using the rego query language. It's intended purpos

Nov 16, 2022