Skip to main content

AWS EC2 instance connect custom resource

Project description

GitHub npm (scoped) PyPI

Sonatype Nexus (Releases) GitHub Workflow Status (branch) GitHub release (latest SemVer)

AWS EC2 Instance Connect Custom Resource

AWS EC2 instance connect custom resource

Resources

This construct creating resource list.

  • AWS Custom Resource

    • Lambda Function Iam Role
    • Lambda Function
    • Custom Resource Iam Role
    • Custom Policy

Install

TypeScript

npm install @gammarer/aws-ec2-instance-connect-custom-resource
# or
yarn add @gammarer/aws-ec2-instance-connect-custom-resource

Python

pip install gammarer.aws-ec2-instance-connect-custom-resource

Java

Add the following to pom.xml:

<dependency>
  <groupId>com.gammarer</groupId>
  <artifactId>aws-ec2-instance-connect-custom-resource</artifactId>
</dependency>

Example

import { EC2InstanceConnectCustomResource } from '@gammarer/aws-ec2-instance-connect-custom-resource';

new EC2InstanceConnectCustomResource(stack, 'EC2InstanceConnectCustomResource', {
  subnetId: 'example-subnet-id',
  securityGroupIds: [
    'example-security-group-id',
  ],
});

License

This project is licensed under the Apache-2.0 License.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

File details

Details for the file gammarer.aws-ec2-instance-connect-custom-resource-0.5.1.tar.gz.

File metadata

File hashes

Hashes for gammarer.aws-ec2-instance-connect-custom-resource-0.5.1.tar.gz
Algorithm Hash digest
SHA256 307c9bcc34d2704eab68563c58332921303e973fafd06790b9ef970bb1201794
MD5 e2e3fcf05b7eeddacf5d093ee5b6c593
BLAKE2b-256 5e29e0347db3d1314efcbd6c6ecf386079e80282e72547f755d6631f6ecd1cfc

See more details on using hashes here.

File details

Details for the file gammarer.aws_ec2_instance_connect_custom_resource-0.5.1-py3-none-any.whl.

File metadata

File hashes

Hashes for gammarer.aws_ec2_instance_connect_custom_resource-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d03d348672d71d8fd2a436f0f8509b1189c9b5449e11fbe3febd1e38fd4971bb
MD5 fe0b2c20718148c48d199bbc77af59bb
BLAKE2b-256 999157b4631c4d7f90793644689f5f6a3de24834cdb60aeb7fd8c5825f587908

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page