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.5.tar.gz.

File metadata

File hashes

Hashes for gammarer.aws-ec2-instance-connect-custom-resource-0.5.5.tar.gz
Algorithm Hash digest
SHA256 1522176c463a37cb9e622b4764827da6564ddc17c0cdb33ae081d40216619ce1
MD5 d3e89ddbab0566fa60a9b2cb57d07e38
BLAKE2b-256 1c3d22c76288be8f7a3a72b5ef44c7be26ecb8a3bd6af0f5d5b1f9a03fdf696b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gammarer.aws_ec2_instance_connect_custom_resource-0.5.5-py3-none-any.whl
Algorithm Hash digest
SHA256 b6b83cbe54267773d5f1c0353153c6c7ea25e6422031a963d72753c471eed509
MD5 9b1d7002250e1ceab60e5676c831e210
BLAKE2b-256 cef2109541ae0527395047e2fc476227ec4a61cfd1fc0dff521be52dd378163d

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