You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

localstack-extension-ecs-container-endpoints

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localstack-extension-ecs-container-endpoints

LocalStack Extension: localstack-extension-ecs-container-endpoints

0.1.3
pipPyPI
Maintainers
1

LocalStack ECS Container Metadata Endpoints Extension

Install LocalStack Extension

An extension enabling LocalStack to provide local versions of the ECS Task IAM Roles endpoint and the ECS Task Metadata Endpoints. Get the full amazon-ecs-local-container-endpoints functionality directly in LocalStack without needing to have additional containers running!

The amazon-ecs-local-container-endpoints API is served through both the hostname http://metadata.ecs.localhost.localstack.cloud:4566 and the official "well-known" IP address http://169.254.170.2.

Install

Install the extension by running:

localstack extensions install localstack-extension-ecs-container-endpoints

Usage

Configuration

The extension passes all environment variables prefixed with ECS_LOCAL_CONTAINER_ENDPOINTS_ (*with a few exceptions) through to the amazon-ecs-local-container-endpoints process. See the upstream docs for information on configuring amazon-ecs-local-container-endpoints.

[!IMPORTANT] Some environment variables are forcibly set to ensure theamazon-ecs-local-container-endpoints process targets the running LocalStack instance. Specifically, the following environment variables will be ignored:

  • IAM_ENDPOINT
  • STS_ENDPOINT
  • ECS_LOCAL_METADATA_PORT

Licensing

  • amazon-ecs-local-container-endpoints is licensed under the Apache License 2.0
  • A pre-built amazon-ecs-local-container-endpoints binary is (effectively) vendored with this extension, slight modifications are made during the build process to make it compile properly for supported operating systems and processor architectures. The modifications retain the Apache License 2.0 license.
  • The extension code is licensed under the AGPL-3.0-or-later

Keywords

localstack

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts