Skip to main content

AwsEcsEnvironmentModule

AwsEcsEnvironmentModule is an ECS-based AWS environment module that provides an implementation for the Environment model. This module creates environments within AWS regions, establishing ECS clusters and managing environment variables. It serves as the foundation for deploying containerized applications in specific environments.

@example

TypeScript

import { AwsEcsEnvironmentModule } from '@quadnix/octo-aws-cdk/modules/environment/aws-ecs-environment';

octo.loadModule(AwsEcsEnvironmentModule, 'my-environment-module', {
environmentName: 'production',
environmentVariables: {
NODE_ENV: 'production',
API_URL: 'https://api.example.com'
},
region: myRegion,
});
@group

Modules/Environment/AwsEcsEnvironment

@see

Hierarchy

Index

Constructors

constructor

Methods

onInit

registerMetadata

Page Options